pub(crate) fn extract_cfg_from_attrs<'a, I: Iterator<Item = &'a Attribute> + Clone>( attrs: I, tcx: TyCtxt<'_>, hidden_cfg: &FxHashSet<Cfg>, ) -> Option<Arc<Cfg>>