public static int mdb_env_copy(IntPtr env, string path) { return(check(LmdbMethods.mdb_env_copy(env, path))); }