public static int mdb_env_set_maxreaders(IntPtr env, uint readers) { return(check(LmdbMethods.mdb_env_set_maxreaders(env, readers))); }