pub type CAPESTRINGFUNCCAPERESULT = Option<unsafe extern "C" fn(errorCode: CapeResult, arg1: *mut ICapeString) -> CapeResult>;Aliased Type§
pub enum CAPESTRINGFUNCCAPERESULT {
None,
Some(unsafe extern "C" fn(u32, *mut _ICapeString) -> u32),
}