pub unsafe extern "C-unwind" fn CGContextAddLines(
c: Option<&CGContext>,
points: *const CGPoint,
count: usize,
)👎Deprecated:
renamed to CGContext::add_lines
Available on crate feature
CGContext only.