reth_db::mdbx::ffi

Function mdbx_cursor_copy

source
pub unsafe extern "C" fn mdbx_cursor_copy(
    src: *const MDBX_cursor,
    dest: *mut MDBX_cursor,
) -> i32
Available on crate feature mdbx only.