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