pub type LPWPUFDISSET = Option<unsafe extern "system" fn(s: SOCKET, fdset: *mut fd_set) -> c_int>;
pub enum LPWPUFDISSET { None, Some(unsafe extern "system" fn(usize, *mut fd_set) -> i32), }
No value.
Some value of type T.
T