UIImagePNGRepresentation

Function UIImagePNGRepresentation 

Source
pub extern "C-unwind" fn UIImagePNGRepresentation(
    image: &UIImage,
) -> Option<Retained<NSData>>
👎Deprecated: renamed to UIImage::png_representation
Available on crate feature UIImage only.