Type Alias MDBX_assert_func
pub type MDBX_assert_func = Option<unsafe extern "C" fn(*const MDBX_env, *const i8, *const i8, u32)>;
Available on crate feature
mdbx
only.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.