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