pub(crate) unsafe fn try_pod_read_unaligned<T: Copy>( bytes: &[u8], ) -> Result<T, PodCastError>
Reads from the bytes as if they were a T.
T
bytes
size_of::<T>()