pub unsafe extern "C" fn set_bson_err_handler(
func: bson_err_handler,
) -> bson_err_handlerExpand description
Set a function for error handling.
@param func a bson_err_handler function.
@return the old error handling function, or NULL.
pub unsafe extern "C" fn set_bson_err_handler(
func: bson_err_handler,
) -> bson_err_handlerSet a function for error handling.
@param func a bson_err_handler function.
@return the old error handling function, or NULL.