pub type PruneProgress = Arc<dyn Fn(&Path) + Send + Sync>;
pub struct PruneProgress { /* private fields */ }