pub fn as_bytes_mut<B: ?Sized + Buf>(buf: &mut B) -> &mut [u8]
Converts a mutable reference to a Buf into its underlying bytes.
Buf