fn extract_cfg_name(check_cfg_line: &str) -> Result<&str, &'static str>
Extract the cfg name from cfg(name, values(...)) lines
cfg(name, values(...))