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