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