Returns the socket address as a Unix socket address.
impl SockAddr { fn as_unix(&self) -> Result<&UnixSockAddr, Errno> }
This fails if the address is not a Unix socket address.