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