Turbopack: Clean up `VcRead::Repr` associated type (#88456)
It used to be that a cell could contain a transmuted representation. This was a hack for the previous limited generic support that I removed in https://github.com/vercel/next.js/pull/70817.
Clean this up! `Repr` and `T` are always the same type!