pub fn fold_csr_seed_protobuf<F, T, T2>( folder: &mut F, node: CsrSeedProtobuf, ) -> CsrSeedProtobufwhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,