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