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