pub unsafe extern "C-unwind" fn CGPathCreateCopyByDashingPath(
path: Option<&CGPath>,
transform: *const CGAffineTransform,
phase: CGFloat,
lengths: *const CGFloat,
count: usize,
) -> Option<CFRetained<CGPath>>👎Deprecated: renamed to
CGPath::new_copy_by_dashing_pathAvailable on crate feature
CGPath only.