cursorClose method
Closes a cursor
The cursor must not be used after closing.
Implementation
void cursorClose(Pointer<MDB_cursor> cursor) {
_lib.mdb_cursor_close(cursor);
}
Closes a cursor
The cursor must not be used after closing.
void cursorClose(Pointer<MDB_cursor> cursor) {
_lib.mdb_cursor_close(cursor);
}