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