pub fn visit_expr_loop_mut<V>(v: &mut V, node: &mut ExprLoop) where
    V: VisitMut + ?Sized
This is supported on crate feature visit-mut only.