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