void lua_upvaluejoin( ffi.Pointer<lua_State> L, int fidx1, int n1, int fidx2, int n2, ) { return _lua_upvaluejoin(L, fidx1, n1, fidx2, n2); }