pub type ProgressCallback = Box<dyn Fn(ProgressEvent) + Send + Sync>;
Callback for progress events
pub struct ProgressCallback(/* private fields */);