ColorSyncIterateInstalledProfilesWithOptions

Function ColorSyncIterateInstalledProfilesWithOptions 

Source
pub unsafe extern "C-unwind" fn ColorSyncIterateInstalledProfilesWithOptions(
    call_back: ColorSyncProfileIterateCallback,
    seed: *mut u32,
    user_info: *mut c_void,
    options: Option<&CFDictionary>,
    error: *mut *mut CFError,
)
Available on crate feature ColorSyncProfile only.
Expand description

ยงSafety

  • call_back must be implemented correctly.
  • seed must be a valid pointer or null.
  • user_info must be a valid pointer or null.
  • options generics must be of the correct type.
  • error must be a valid pointer or null.