pub type LPWSPGETSOCKOPT = Option<unsafe extern "system" fn(s: SOCKET, level: i32, optname: i32, optval: PSTR, optlen: *mut i32, lperrno: *mut i32) -> i32>;
Expand description

Required features: "Win32_Networking_WinSock"