Skip to main content

CMProfileIterateProcPtr

Type Alias CMProfileIterateProcPtr 

Source
pub type CMProfileIterateProcPtr = Option<unsafe extern "C" fn(iterateData: *mut CMProfileIterateData, refCon: *mut c_void) -> OSErr>;

Aliased Type§

pub enum CMProfileIterateProcPtr {
    None,
    Some(unsafe extern "C" fn(*mut CMProfileIterateData, *mut c_void) -> i16),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut CMProfileIterateData, *mut c_void) -> i16)

Some value of type T.