Type Definition libvips_rs::bindings::VipsGenerateFn

source ·
pub type VipsGenerateFn = Option<unsafe extern "C" fn(out: *mut VipsRegion, seq: *mut c_void, a: *mut c_void, b: *mut c_void, stop: *mut gboolean) -> c_int>;