Function mdbx_cursor_del

Source
pub unsafe extern "C" fn mdbx_cursor_del(
    cursor: *mut MDBX_cursor,
    flags: MDBX_put_flags_t,
) -> c_int