pub(crate) fn find_windows_sdk_tool( arch_or_target: &str, tool_name: &str, ) -> Option<PathBuf>
Find a Windows SDK tool for the given architecture or target triple. Returns None if the tool could not be found.
None