Function mdbx_env_stat_ex
pub unsafe extern "C" fn mdbx_env_stat_ex(
env: *const MDBX_env,
txn: *const MDBX_txn,
stat: *mut MDBX_stat,
bytes: usize,
) -> i32
Available on crate features
provider
and mdbx
only.