luaopen_coroutine
LUAMOD_API int (luaopen_coroutine) (lua_State *L);
VERIFY3U(1, ==, luaopen_coroutine(state));