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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const _ImageInfo, _: *mut _ExceptionInfo) -> *mut _Image)

Some value of type T.