in src/VSIXBootstrapper.Shared/Resources.h [77:86]
static void __cdecl OnInvalidParameter(
_In_ const wchar_t* expression,
_In_ const wchar_t* function,
_In_ const wchar_t* file,
_In_ unsigned int line,
_In_ uintptr_t pReserved
)
{
throw win32_error(ERROR_INVALID_PARAMETER);
}