Type Alias MDBX_debug_func

Source
pub type MDBX_debug_func = Option<unsafe extern "C" fn(loglevel: MDBX_log_level_t, function: *const c_char, line: c_int, fmt: *const c_char, args: *mut __va_list_tag)>;

Aliased Type§

pub enum MDBX_debug_func {
    None,
    Some(unsafe extern "C" fn(i32, *const i8, i32, *const i8, *mut __va_list_tag)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *const i8, i32, *const i8, *mut __va_list_tag))

Some value of type T.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.