Converting `&[T]` to `&[u8]` is UB without `#[repr(C)]` Should use smth like [bytemuck](https://docs.rs/bytemuck/latest/bytemuck/)
Converting
&[T]to&[u8]is UB without#[repr(C)]Should use smth like bytemuck