pub type MDBX_assert_func = Option<unsafe extern "C" fn(env: *const MDBX_env, msg: *const c_char, function: *const c_char, line: c_uint)>;
Aliased Type§
pub enum MDBX_assert_func {
None,
Some(unsafe extern "C" fn(*const MDBX_env, *const i8, *const i8, u32)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*const MDBX_env, *const i8, *const i8, u32))
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.