pub type CMProfileIterateProcPtr = Option<unsafe extern "C" fn(iterateData: *mut CMProfileIterateData, refCon: *mut c_void) -> OSErr>;Expand description
Apple SDK type alias CMProfileIterateProcPtr.
Aliased Type§
pub enum CMProfileIterateProcPtr {
None,
Some(unsafe extern "C" fn(*mut CMProfileIterateData, *mut c_void) -> i16),
}