CGContextAddRects

Function CGContextAddRects 

Source
pub unsafe extern "C-unwind" fn CGContextAddRects(
    c: Option<&CGContext>,
    rects: *const CGRect,
    count: usize,
)
👎Deprecated: renamed to CGContext::add_rects
Available on crate feature CGContext only.