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