1BSON_READER_DESTROY_FUNC_T(3) libbson BSON_READER_DESTROY_FUNC_T(3)
2
3
4
6 bson_reader_destroy_func_t - bson_reader_destroy_func_t
7
9 typedef void (*bson_reader_destroy_func_t) (void *handle);
10
12 • handle: The opaque handle provided to bson_reader_new_from_handle.
13
15 An optional callback function that will be called when a bson_reader_t
16 created with bson_reader_new_from_handle is destroyed with
17 bson_reader_destroy().
18
19 The handle used when creating the reader is passed to this callback.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.20.0 Nov 18, 2021 BSON_READER_DESTROY_FUNC_T(3)