pub fn from_bytes_mut<T: Pod>( data: &mut [u8]) -> Result<(&mut T, &mut [u8]), ()>
Cast a mutable byte slice to a Pod type.
Pod
Returns the type and the tail of the slice.