pub fn find_binary(source_root: &Path, binary: &str) -> Option<PathBuf>
Find a binary in standard bin/sbin directories.
Returns None if the binary is not found in any search path.
None