pub type ProgressCallback = Arc<dyn Fn(usize, usize) -> bool + Send + Sync>;
进度回调函数类型
pub struct ProgressCallback { /* private fields */ }