pub extern "C-unwind" fn CGImageCreateWithMask(
image: Option<&CGImage>,
mask: Option<&CGImage>,
) -> Option<CFRetained<CGImage>>👎Deprecated: renamed to
CGImage::with_maskAvailable on crate feature
CGImage only.