MDBX_debug_func

Type Alias MDBX_debug_func 

pub type MDBX_debug_func = Option<unsafe extern "C" fn(i32, *const i8, i32, *const i8, *mut __va_list_tag)>;
Available on crate feature mdbx only.

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.