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