pub unsafe extern "C" fn mdb_cursor_close(cursor: *mut MDB_cursor)
Expand description

@brief Close a cursor handle.

The cursor handle will be freed and must not be used again after this call. Its transaction must still be live if it is a write-transaction. @param[in] cursor A cursor handle returned by #mdb_cursor_open()