logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       MongoDB, Inc

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.

Parameters

handle: The opaque handle provided to bson_reader_new_from_handle().

Synopsis

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

See Also