pub unsafe fn setsockopt( sockfd: int, level: int, optname: int, optval: *const void, optlen: socklen_t, ) -> Result<int>
Set a socket option.