Function mdbx_sys::mdbx_cursor_renew

source ยท
pub unsafe extern "C" fn mdbx_cursor_renew(
    txn: *const MDBX_txn,
    cursor: *mut MDBX_cursor
) -> c_int