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