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