1BSON_READER_DESTROY_FUNC_T(3)       libbson      BSON_READER_DESTROY_FUNC_T(3)
2
3
4

SYNOPSIS

6          typedef void (*bson_reader_destroy_func_t) (void *handle);
7

PARAMETERS

9handle: The opaque handle provided to bson_reader_new_from_handle().
10

DESCRIPTION

12       An  optional callback function that will be called when a bson_reader_t
13       created   with   bson_reader_new_from_handle()   is   destroyed    with
14       bson_reader_destroy().
15
16       The handle used when creating the reader is passed to this callback.
17

AUTHOR

19       MongoDB, Inc
20
22       2017-present, MongoDB, Inc
23
24
25
26
271.25.1                           Nov 08, 2023    BSON_READER_DESTROY_FUNC_T(3)
Impressum