public static int mdb_set_compare(IntPtr txn, uint dbi, CompareFunction cmp) { return(check(LmdbMethods.mdb_set_compare(txn, dbi, cmp))); }