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