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