pub(crate) fn find_tool_in_path<P: AsRef<OsStr>>( tool_name: &str, path: P, ) -> Option<PathBuf>
Find a tool in the directories in a given PATH-like string.