Pops count values from current LuaState and pushes them all onto the stack of the target LuaState.
count
void xmove(LuaState to, int count) => lua_xmove(L, to.L, count);