Creates an Ipv6 address from given bytes.
impl Ipv6SockAddr { fn from_bytes(bytes: &[u8]) -> Result<&Ipv6SockAddr, Errno> }
The bytes that contain the address.