pub unsafe extern "C-unwind" fn IsIconRefComposite(
composite_icon_ref: IconRef,
background_icon_ref: *mut IconRef,
foreground_icon_ref: *mut IconRef,
) -> i16๐Deprecated: Use NSImage or Core Graphics to composite images.
Available on crate feature
IconsCore only.Expand description
ยงSafety
composite_icon_refmust be a valid pointer.background_icon_refmust be a valid pointer.foreground_icon_refmust be a valid pointer.