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