Function CGPathCreateWithRoundedRect

Source
pub unsafe extern "C" fn CGPathCreateWithRoundedRect(
    rect: CGRect,
    cornerWidth: CGFloat,
    cornerHeight: CGFloat,
    transform: *const CGAffineTransform,
) -> CGPathRef