pub fn install<'a, I, P, D>( config: &'a D, pdsc_list: I, progress: P, ) -> Result<Vec<PathBuf>, Error>where I: IntoIterator<Item = &'a Package>, P: DownloadProgress + 'a, D: DownloadConfig,
Flatten a list of Vidx Urls into a list of updated CMSIS packs