MDBX_hsr_func

Type Alias MDBX_hsr_func 

pub type MDBX_hsr_func = Option<unsafe extern "C" fn(*const MDBX_env, *const MDBX_txn, i32, u64, u64, u32, usize, i32) -> i32>;
Available on crate feature mdbx only.

Aliased Type§

pub enum MDBX_hsr_func {
    None,
    Some(unsafe extern "C" fn(*const MDBX_env, *const MDBX_txn, i32, u64, u64, u32, usize, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const MDBX_env, *const MDBX_txn, i32, u64, u64, u32, usize, i32) -> i32)

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.