reth_db::mdbx::ffi

Function mdbx_env_stat_ex

source
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 feature mdbx only.