Function NSRectFillListWithColorsUsingOperation

Source
pub unsafe extern "C-unwind" fn NSRectFillListWithColorsUsingOperation(
    rects: NonNull<NSRect>,
    colors: NonNull<NonNull<NSColor>>,
    num: NSInteger,
    op: NSCompositingOperation,
)
Available on crate features NSGraphics and NSColor only.