pub fn find_host_executable(name: &str) -> Option<PathBuf>
Locate one directly runnable program using the current host’s PATH and native executable-suffix rules without spawning it.
PATH