pub fn find_tool_with_env( full_arch: &str, tool: &str, env_getter: &dyn EnvGetter, ) -> Option<Tool>