UIImageWriteToSavedPhotosAlbum

Function UIImageWriteToSavedPhotosAlbum 

Source
pub unsafe extern "C-unwind" fn UIImageWriteToSavedPhotosAlbum(
    image: &UIImage,
    completion_target: Option<&AnyObject>,
    completion_selector: Option<Sel>,
    context_info: *mut c_void,
)
👎Deprecated: renamed to UIImage::write_to_saved_photos_album
Available on crate features UIImage and UIImagePickerController only.