Function mdbx_cursor_renew
pub unsafe extern "C" fn mdbx_cursor_renew(
txn: *const MDBX_txn,
cursor: *mut MDBX_cursor,
) -> i32
Available on crate feature
mdbx
only.pub unsafe extern "C" fn mdbx_cursor_renew(
txn: *const MDBX_txn,
cursor: *mut MDBX_cursor,
) -> i32
mdbx
only.