Creates a Unix socket address from given bytes without validation.
impl UnixSockAddr { unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &UnixSockAddr }
The bytes that contain the socket address.