pub fn fold_csr_seed_avro<F, T, T2>( folder: &mut F, node: CsrSeedAvro, ) -> CsrSeedAvrowhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,