public static void TraceBack(LuaStatePtr l, LuaStatePtr l1, string msg, int level) { LuaLDelegates.luaL_traceback(l, l1, msg, level); }