Type Definition mdbx_ffi::MDBX_hsr_func[][src]

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>;