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)),
}