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