int SDL_WinRTRunApp(MainFunction mainFunction, void* reserved)
mainFunctionの関数プロトタイプは:
int MainFunction(int argc, char **argv)
引数は: