pub fn get_sysroot(
    host: &Host,
    target: &Target,
    channel: Option<&str>,
    verbose: bool
) -> Result<(String, PathBuf)>