pub fn diff_streams( base: impl Iterator<Item = Result<RawCell>>, fork: impl Iterator<Item = Result<RawCell>>, ) -> Result<Vec<CellDiff>>