[][src]Function lua_rs::ffi::lua::lua_resume

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