imageWithCIImage_ static method
imageWithCIImage:
Implementation
static UIImage imageWithCIImage_(CIImage ciImage) {
final _ret = _objc_msgSend_62nh5j(_class_UIImage, _sel_imageWithCIImage_, ciImage.ref.pointer);
return UIImage.castFromPointer(_ret, retain: true, release: true);
}