pub unsafe extern "C" fn CGImageMaskCreate(
width: size_t,
height: size_t,
bitsPerComponent: size_t,
bitsPerPixel: size_t,
bytesPerRow: size_t,
provider: CGDataProviderRef,
decode: *const CGFloat,
shouldInterpolate: bool,
) -> CGImageRef