Creates a mutable Ipv4 socket address from given bytes.
impl Ipv4SockAddr { fn from_mut_bytes(bytes: &mut [u8]) -> Result<&mut Ipv4SockAddr, Errno> }
The bytes that contain the socket address.