void lua_callk( ffi.Pointer<lua_State> L, int nargs, int nresults, int ctx, lua_KFunction k, ) { return _lua_callk(L, nargs, nresults, ctx, k); }