public static int lua_rawlen(IntPtr luaState, int stackPos) { return(LuaDLLWrapper.luaS_objlen(luaState, stackPos)); }