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