pub fn visit_expr_range_mut<V>(v: &mut V, node: &mut ExprRange) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.