pub fn visit_mut_custom_idents<V: ?Sized + VisitMut>(
    _visitor: &mut V,
    n: &mut Vec<CustomIdent>
)