public static int mdb_stat(IntPtr txn, uint dbi, out MDBStat stat) { return(check(LmdbMethods.mdb_stat(txn, dbi, out stat))); }