public static int lua_gc(this LuaState luaState, int what, int data) => Lua.lua_gc(luaState, what, data);