pub type CFXMLParserRetainCallBack = Option<unsafe extern "C" fn(info: *const c_void) -> *const c_void>;Expand description
Apple SDK type alias CFXMLParserRetainCallBack.
Aliased Type§
pub enum CFXMLParserRetainCallBack {
None,
Some(unsafe extern "C" fn(*const c_void) -> *const c_void),
}