pub unsafe extern "C-unwind" fn lua_yieldk( L: *mut lua_State, nresults: c_int, ctx: c_int, k: Option<lua_CFunction>, ) -> c_int
lua52