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