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