public static int mdb_cursor_del(IntPtr cursor, CursorDeleteOption flags) { return(check(LmdbMethods.mdb_cursor_del(cursor, flags))); }