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