Function leveldb_close

Source
pub unsafe extern "C" fn leveldb_close(db: *mut leveldb_t)
Expand description

Close the database represented by a leveldb_t handle

Note that this operation cannot fail.