Function mdbx_env_warmup
pub unsafe extern "C" fn mdbx_env_warmup(
env: *const MDBX_env,
txn: *const MDBX_txn,
flags: u32,
timeout_seconds_16dot16: u32,
) -> i32
Available on crate features
provider
and mdbx
only.