pub unsafe extern "C-unwind" fn UIImageJPEGRepresentation(
image: &UIImage,
compression_quality: CGFloat,
) -> Option<Retained<NSData>>
👎Deprecated: renamed to
UIImage::jpeg_representation
Available on crate features
UIImage
and objc2-core-foundation
only.