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