pub fn pod_slice_from_bytes<T: Pod>(bytes: &[u8]) -> Result<&[T], ProgramError>
Convert a slice of bytes into a Pod slice (zero copy)
Pod