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