pub fn visit_csr_connection_mut<'ast, V, T>( visitor: &mut V, node: &'ast mut CsrConnection<T>, )where T: AstInfo, V: VisitMut<'ast, T> + ?Sized,