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