pub type IsImageFormatHandler = Option<unsafe extern "C" fn(arg1: *const c_uchar, arg2: usize) -> MagickBooleanType>;
pub enum IsImageFormatHandler { None, Some(unsafe extern "C" fn(*const u8, usize) -> MagickBooleanType), }
No value.
Some value of type T.
T