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