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