refactor(turbopack-core): Change `Modules` type to use ResolvedVc (#71945)
A hand refactor of the `Modules` (and `OptionModule`) type in `turbopack-core` to use `ResolvedVc`. This is one of the more common types passed around turbopack, so this touches a lot of code.
Closes PACK-3343