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