pub type MagickLogMethod = Option<unsafe extern "C" fn(arg1: LogEventType, arg2: *const c_char)>;
pub enum MagickLogMethod { None, Some(unsafe extern "C" fn(LogEventType, *const i8)), }
No value.
Some value of type T.
T