Type Alias magick_rust::bindings::BlobFifo

source ·
pub type BlobFifo = Option<unsafe extern "C" fn(arg1: *const Image, arg2: *const c_void, arg3: usize) -> *mut c_int>;

Aliased Type§

enum BlobFifo {
    None,
    Some(unsafe extern "C" fn(_: *const _Image, _: *const c_void, _: usize) -> *mut i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const _Image, _: *const c_void, _: usize) -> *mut i32)

Some value of type T.