pub fn connect_unix<Fd>(sockfd: Fd, addr: &SocketAddrUnix) -> Result<(), Errno> ⓘwhere Fd: AsFd,
dep_rustix
connect(sockfd, addr, sizeof(struct sockaddr_un))—Initiates a connection to a Unix-domain address.
connect(sockfd, addr, sizeof(struct sockaddr_un))