pub type ProgressHandler = Arc<dyn Fn(&Package, Duration) + Send + Sync>;
pub struct ProgressHandler { /* private fields */ }