pub type FeaProgressHandler = Arc<dyn Fn(FeaProgressEvent) + Send + Sync + 'static>;
pub struct FeaProgressHandler { /* private fields */ }