pub fn fold_expr_subscript<U, F: Fold<U> + ?Sized>(
    folder: &mut F,
    node: ExprSubscript<U>
) -> Result<ExprSubscript<F::TargetU>, F::Error>