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