Type Alias magick_rust::bindings::IsImageFormatHandler

source ·
pub type IsImageFormatHandler = Option<unsafe extern "C" fn(arg1: *const c_uchar, arg2: usize) -> MagickBooleanType>;

Aliased Type§

enum IsImageFormatHandler {
    None,
    Some(unsafe extern "C" fn(_: *const u8, _: usize) -> MagickBooleanType),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const u8, _: usize) -> MagickBooleanType)

Some value of type T.