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