pub type MDBX_hsr_func = Option<unsafe extern "C" fn(env: *const MDBX_env, txn: *const MDBX_txn, pid: mdbx_pid_t, tid: mdbx_tid_t, laggard: u64, gap: c_uint, space: usize, retry: c_int) -> c_int>;
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§
None
No value.
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.