pub unsafe fn to_slice<T>(slice: &[u8]) -> &[T]where T: Copy,
This is really an astonishingly unsafe function. Please don’t use it.