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