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