Function lua_resume

Source
pub unsafe extern "C" fn lua_resume(
    L: *mut lua_State,
    from: *mut lua_State,
    narg: c_int,
) -> c_int