fn eval_cfg_str( cfg_str: &str, active_features: &HashSet<String>, ) -> Option<bool>
Try to evaluate a single cfg string like cfg(feature = "foo").
cfg(feature = "foo")