lua_closethread

Function lua_closethread 

Source
pub unsafe extern "C-unwind" fn lua_closethread(
    L: *mut lua_State,
    from: *mut lua_State,
) -> c_int
Available on crate features lua54 and vendored only.