fn is_cfg_active(cfgs: &[String], active_features: &HashSet<String>) -> bool
Evaluate whether a set of #[cfg(...)] attributes is active given the current features.
#[cfg(...)]