pub unsafe extern "C-unwind" fn UIImagePNGRepresentation(
image: &UIImage,
) -> Option<Retained<NSData>>Available on crate feature
UIImage only.Expand description
return image as PNG. May return nil if image has no CGImageRef or invalid bitmap format