pub fn visit_csv_columns<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast CsvColumns
)
where V: Visit<'ast, T> + ?Sized,