pub fn visit_expr_ternary<'ast, V: ?Sized + VisitMut<'ast>>(
    v: &mut V,
    i: &'ast mut ExprTernary
)
Available on crate feature visit-mut only.