im_wrapmany_fn

Type Alias im_wrapmany_fn 

Source
pub type im_wrapmany_fn = Option<unsafe extern "C" fn(in_: *mut *mut c_void, out: *mut c_void, width: c_int, a: *mut c_void, b: *mut c_void)>;

Aliased Type§

pub enum im_wrapmany_fn {
    None,
    Some(unsafe extern "C" fn(*mut *mut c_void, *mut c_void, i32, *mut c_void, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut c_void, *mut c_void, i32, *mut c_void, *mut c_void))

Some value of type T.