pub type ProgressCallback = Box<dyn Fn(DownloadProgress) + Send>;
Download progress callback.
pub struct ProgressCallback(/* private fields */);