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