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