pub(crate) async fn download_package<F>( package_kind: PackageKind, version: &str, progress_callback: F, ) -> Result<PathBuf>where F: FnMut(f32) + Send,