Provided by: libbson-doc_1.26.0-1.1ubuntu2_all bug

SYNOPSIS

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

PARAMETERS

handle: The opaque handle provided to bson_reader_new_from_handle().

DESCRIPTION

       An   optional   callback   function   that   will   be   called   when   a   bson_reader_t  created  with
       bson_reader_new_from_handle() is destroyed with bson_reader_destroy().

       The handle used when creating the reader is passed to this callback.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2017-present, MongoDB, Inc

1.26.0                                            Mar 31, 2024                     BSON_READER_DESTROY_FUNC_T(3)