pub type MagickLogMethod = Option<unsafe extern "C" fn(arg1: LogEventType, arg2: *const c_char)>;
Aliased Type§
pub enum MagickLogMethod {
None,
Some(unsafe extern "C" fn(LogEventType, *const i8)),
}
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)),
}