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