IsApiSetImplemented function onecore
Tests if a specified API set is present on the computer.
To learn more, see learn.microsoft.com/windows/win32/api/apiquery2/nf-apiquery2-isapisetimplemented.
Implementation
@pragma('vm:prefer-inline')
bool IsApiSetImplemented(PCSTR contract) =>
_IsApiSetImplemented(contract) != FALSE;