Function mdbx_cursor_count
pub unsafe extern "C" fn mdbx_cursor_count(
cursor: *const MDBX_cursor,
pcount: *mut usize,
) -> i32
Available on crate features
provider
and mdbx
only.pub unsafe extern "C" fn mdbx_cursor_count(
cursor: *const MDBX_cursor,
pcount: *mut usize,
) -> i32
provider
and mdbx
only.