pub type SetWandViewMethod = Option<unsafe extern "C" fn(arg1: *mut WandView, arg2: isize, arg3: c_int, arg4: *mut c_void) -> MagickBooleanType>;
Aliased Type§
pub enum SetWandViewMethod {
None,
Some(unsafe extern "C" fn(*mut _WandView, isize, i32, *mut c_void) -> MagickBooleanType),
}