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