Function CGPathAddLines

Source
pub unsafe extern "C" fn CGPathAddLines(
    path: CGMutablePathRef,
    transform: *const CGAffineTransform,
    points: *const CGPoint,
    count: size_t,
)