pub type ProgressCallback = Box<dyn Fn(&DownloadProgress) + Send + Sync>;
Progress callback type
pub struct ProgressCallback(/* private fields */);