pub type DownloadProgressCallback = Arc<dyn Fn(DownloadProgress) + Send + Sync>;
pub struct DownloadProgressCallback { /* private fields */ }