pub unsafe extern "C-unwind" fn NSRectFillListUsingOperation(
rects: NonNull<NSRect>,
count: NSInteger,
op: NSCompositingOperation,
)Available on crate feature
NSGraphics only.Expand description
ยงSafety
rects must be a valid pointer.