pub type ProgressCallback = Arc<dyn Fn(DownloadStatus) + Send + Sync>;
Progress callback type
pub struct ProgressCallback { /* private fields */ }