pub type BrowseProgressCallback = Arc<dyn Fn(BrowseProgress) + Sync + Send>;
pub struct BrowseProgressCallback { /* private fields */ }