void lua_xmove( ffi.Pointer<lua_State> from, ffi.Pointer<lua_State> to, int n, ) { return _lua_xmove( from, to, n, ); }