pub type bson_err_handler = Option<unsafe extern "C" fn(errmsg: *const c_char)>;
enum bson_err_handler { None, Some(unsafe extern "C" fn(_: *const i8)), }
No value.
Some value of type T.
T