pub fn find_in_dirs(
    filename: &str,
    working_set: &StateWorkingSet<'_>,
    cwd: &str,
    dirs_env: &str
) -> Option<PathBuf>