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