liblmdb_sys

Function mdb_drop

Source
pub unsafe extern "C" fn mdb_drop(
    txn: *mut MDB_txn,
    dbi: MDB_dbi,
    del: c_int,
) -> c_int