pub type ProgressCallback = Box<dyn Fn(IntrospectionPhase, usize, usize) + Send + Sync>;
Progress callback for introspection.
pub struct ProgressCallback(/* private fields */);