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