pub fn lua_xmove(from: LuaState, to: LuaState, n: c_int)
Exchange values between different threads of the same global state. This function pops n values from the stack from, and pushes them onto the stack to.
n
from
to