CGContextStrokeLineSegments

Function CGContextStrokeLineSegments 

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