.\" Man page generated from reStructuredText. . .TH "BSON_READER_DESTROY_FUNC_T" "3" "Feb 23, 2019" "1.14.0" "Libbson" .SH NAME bson_reader_destroy_func_t \- bson_reader_destroy_func_t . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C typedef void (*bson_reader_destroy_func_t) (void *handle); .ft P .fi .UNINDENT .UNINDENT .SH PARAMETERS .INDENT 0.0 .IP \(bu 2 \fBhandle\fP: The opaque handle provided to \fBbson_reader_new_from_handle\fP\&. .UNINDENT .SH DESCRIPTION .sp An optional callback function that will be called when a \fBbson_reader_t\fP created with \fBbson_reader_new_from_handle\fP is destroyed with \fBbson_reader_destroy()\fP\&. .sp The handle used when creating the reader is passed to this callback. .SH AUTHOR MongoDB, Inc .SH COPYRIGHT 2017-present, MongoDB, Inc .\" Generated by docutils manpage writer. .