pub fn bind_any<Fd: AsFd>(sockfd: Fd, addr: &SocketAddrAny) -> Result<()>
bind(sockfd, addr)—Binds a socket to an address.
bind(sockfd, addr)