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