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