pub fn which_bin(name: &str) -> Option<PathBuf>
Locate an executable on $PATH without shelling out to which/where.
$PATH
which
where
On Windows, also tries {name}.exe. Returns the first existing regular file.
{name}.exe