pub type ProgressCallback = Box<dyn Fn(&ImportProgress) + Send>;
Progress callback for import operations.
pub struct ProgressCallback(/* private fields */);