BufferSlice<U> An alias of the same slice, but reinterpreted as the target type.
Reinterpret the slice as having a different data type (type punning), but does not check if the reinterpret is valid.
The size of the target type must be a multiple of the size of the current type.
Additional resources: BufferSlice<T0>.SafeReinterpret.