pub fn visit_field_pat<'ast, V>(v: &mut V, node: &'ast FieldPat) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.