pub fn get_ucrt_dir() -> Option<(PathBuf, String)>Expand description
To find the Universal CRT we look in a specific registry key for where all the Universal CRTs are located and then sort them asciibetically to find the newest version. While this sort of sorting isn’t ideal, it is what vcvars does so that’s good enough for us.
Returns a pair of (root, version) for the ucrt dir if found