public static string luaL_gsub(this LuaState luaState, string s, string p, string r) => Lua.luaL_gsub(luaState, s, p, r);