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