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