pub fn visit_pat_struct<'ast, V>(v: &mut V, node: &'ast PatStruct)where
    V: Visit<'ast> + ?Sized,