public static int mdb_drop(IntPtr txn, uint dbi, bool del) { return(check(LmdbMethods.mdb_drop(txn, dbi, del))); }