[][src]Type Definition graphicsmagick_sys::PixelIteratorTripleModifyCallback

type PixelIteratorTripleModifyCallback = Option<unsafe extern "C" fn(mutable_data: *mut c_void, immutable_data: *const c_void, source1_image: *const Image, source1_pixels: *const PixelPacket, source1_indexes: *const IndexPacket, source2_image: *const Image, source2_pixels: *const PixelPacket, source2_indexes: *const IndexPacket, update_image: *mut Image, update_pixels: *mut PixelPacket, update_indexes: *mut IndexPacket, npixels: c_long, exception: *mut ExceptionInfo) -> c_uint>;