Creates a mutable Ipv4 socket address from given bytes without validation.
impl Ipv4SockAddr { unsafe fn from_mut_bytes_unchecked(bytes: &mut [u8]) -> &mut Ipv4SockAddr }
The bytes that contain the socket address.