int WINAPI wWinMain()

in src/VSIXBootstrapper/Program.cpp [8:15]


int WINAPI wWinMain(
    _In_ HINSTANCE hInstance,
    _In_opt_ HINSTANCE /*hPrevInstance*/,
    _In_ LPWSTR lpCmdLine,
    _In_ int nCmdShow)
{
    return Run<>(hInstance, lpCmdLine, nCmdShow);
}