lua_callk
LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, int ctx,
#define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL)