Turbopack: Make `turbo-backend` crate Rust 2024 (#79125)
- This required explicitly wrapping certain calls in `unsafe` blocks.
The calling functions were already marked `unsafe`.
- Made this implied reference pattern explicit:
```
|
183 | &mut WriteBatch::Concurrent(ref batch, _) => {
| ++++
```