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