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