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