void lua_copy(ffi.Pointer<lua_State> L, int fromidx, int toidx) { return _lua_copy(L, fromidx, toidx); }