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