pub type ExportProgressCb = Box<dyn Fn(u64) -> Result<()> + Send + Sync + 'static>;
Export trogress callback
pub struct ExportProgressCb(/* private fields */);