pub type VipsInterpolateMethod = Option<unsafe extern "C" fn(interpolate: *mut VipsInterpolate, out: *mut c_void, in_: *mut VipsRegion, x: f64, y: f64)>;
Aliased Type§
pub enum VipsInterpolateMethod {
None,
Some(unsafe extern "C" fn(*mut _VipsInterpolate, *mut c_void, *mut _VipsRegion, f64, f64)),
}