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