Type Alias bson_printf_func

Source
pub type bson_printf_func = Option<unsafe extern "C" fn(arg1: *const c_char, ...) -> c_int>;

Aliased Type§

enum bson_printf_func {
    None,
    Some(unsafe extern "C" fn(_: *const i8, ...) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, ...) -> i32)

Some value of type T.