Function CGPathCreateCopyByDashingPath

Source
pub unsafe extern "C" fn CGPathCreateCopyByDashingPath(
    path: CGPathRef,
    transform: *const CGAffineTransform,
    phase: CGFloat,
    lengths: *const CGFloat,
    count: size_t,
) -> CGPathRef