pub type BackfillProgressFn = Arc<dyn Fn(BackfillProgress) + Send + Sync>;
pub struct BackfillProgressFn { /* private fields */ }