pub type ProgressCallback = Box<dyn Fn(Progress) + Send + Sync>;
Progress callback type
pub struct ProgressCallback(/* private fields */);