Function mdbx_cursor_compare
pub unsafe extern "C" fn mdbx_cursor_compare(
left: *const MDBX_cursor,
right: *const MDBX_cursor,
ignore_multival: bool,
) -> i32
Available on crate feature
mdbx
only.pub unsafe extern "C" fn mdbx_cursor_compare(
left: *const MDBX_cursor,
right: *const MDBX_cursor,
ignore_multival: bool,
) -> i32
mdbx
only.