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