public static int mdb_env_sync(IntPtr env, bool force) { return(check(LmdbMethods.mdb_env_sync(env, force))); }