Skip to main content

CMMCreateTransformPropertyProc

Type Alias CMMCreateTransformPropertyProc 

Source
pub type CMMCreateTransformPropertyProc = Option<unsafe extern "C" fn(transform: ColorSyncTransformRef, key: CFTypeRef, options: CFDictionaryRef) -> CFTypeRef>;
Expand description

Apple SDK type alias CMMCreateTransformPropertyProc.

Aliased Type§

pub enum CMMCreateTransformPropertyProc {
    None,
    Some(unsafe extern "C" fn(*mut ColorSyncTransform, *const c_void, *const __CFDictionary) -> *const c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ColorSyncTransform, *const c_void, *const __CFDictionary) -> *const c_void)

Some value of type T.