Function mlua_sys::lua51::lua::lua_xmove

source ·
pub unsafe extern "C-unwind" fn lua_xmove(
    from: *mut lua_State,
    to: *mut lua_State,
    n: c_int
)
Available on crate features lua51 or luajit only.