pub fn parse_macro_name_and_helper_attrs(
    dcx: &DiagCtxt,
    attr: &Attribute,
    macro_type: &str
) -> Option<(Symbol, Vec<Symbol>)>