ffi.Pointer<ffi.Char> lua_setupvalue( ffi.Pointer<lua_State> L, int funcindex, int n, ) { return _lua_setupvalue(L, funcindex, n); }