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