pub unsafe extern "C-unwind" fn CGPathAddRoundedRect(
path: Option<&CGMutablePath>,
transform: *const CGAffineTransform,
rect: CGRect,
corner_width: CGFloat,
corner_height: CGFloat,
)👎Deprecated: renamed to
CGMutablePath::add_rounded_rectAvailable on crate feature
CGPath only.