Type Alias magick_rust::bindings::DecodeImageHandler
source · pub type DecodeImageHandler = Option<unsafe extern "C" fn(arg1: *const ImageInfo, arg2: *mut ExceptionInfo) -> *mut Image>;
Aliased Type§
enum DecodeImageHandler {
None,
Some(unsafe extern "C" fn(_: *const _ImageInfo, _: *mut _ExceptionInfo) -> *mut _Image),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const _ImageInfo, _: *mut _ExceptionInfo) -> *mut _Image)
Some value of type T
.