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