Function bytes_of_mut

fn bytes_of_mut<T: Pod>(val: &mut T) -> &mut [u8]

Cast a Pod type to a mutable byte slice.