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