reth_db::mdbx::ffi

Function mdbx_cursor_get_batch

source
pub unsafe extern "C" fn mdbx_cursor_get_batch(
    cursor: *mut MDBX_cursor,
    count: *mut usize,
    pairs: *mut iovec,
    limit: usize,
    op: u32,
) -> i32
Available on crate feature mdbx only.