pub type DetailedProgressCallback = Box<dyn Fn(EmbeddingProgress) + Send + Sync>;
pub struct DetailedProgressCallback(/* private fields */);