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