pub fn fold_sink_envelope<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: SinkEnvelope, ) -> SinkEnvelopewhere F: Fold<T, T2> + ?Sized,