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