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