pub type LPWSPCLOSESOCKET = Option<unsafe extern "system" fn(s: SOCKET, lperrno: *mut i32) -> i32>;
enum LPWSPCLOSESOCKET { None, Some(unsafe extern "system" fn(_: SOCKET, _: *mut i32) -> i32), }
No value.
Some value of type T.
T