pub fn visit_mut_prop_or_spreads<V>(
    _visitor: &mut V,
    n: &mut Vec<PropOrSpread, Global>
) where
    V: VisitMut + ?Sized