Function mdbx_cursor_count_ex

pub unsafe extern "C" fn mdbx_cursor_count_ex(
    cursor: *const MDBX_cursor,
    count: *mut usize,
    stat: *mut MDBX_stat,
    bytes: usize,
) -> i32
Available on crate feature mdbx only.