Creates a mutable Ipv6 address from given bytes without validating the contents.
impl Ipv6SockAddr { unsafe fn from_mut_bytes_unchecked(bytes: &mut [u8]) -> &mut Ipv6SockAddr }
The bytes that contain the address.