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_backmust be implemented correctly.seedmust be a valid pointer or null.user_infomust be a valid pointer or null.optionsgenerics must be of the correct type.errormust be a valid pointer or null.