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