Support Luau coverage API ``` typedef void (*lua_Coverage)(void* context, const char* function, int linedefined, int depth, const int* hits, size_t size); LUA_API void lua_getcoverage(lua_State* L, int funcindex, void* context, lua_Coverage callback); ```