public static void lua_copy(LuaState state, int fromIndex, int toIndex) { LuaNativeBinding.lua_copy(state, fromIndex, toIndex); }