pub unsafe fn as_mut_bytes<S>(s: &mut S) -> &mut [u8]where S: Plain + ?Sized,
Interpret data as mutable bytes. Reading is not safe for data with padding. Writing is ok.