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