pub type IndexingProgressCallback = Box<dyn Fn(&str) + Send + Sync>;
pub struct IndexingProgressCallback(/* private fields */);