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