public static int lua_next(LuaState state, int index) { return(LuaNativeBinding.lua_next(state, index)); }