Type Definition libvips_rs::bindings::VipsThreadStartFn

source ·
pub type VipsThreadStartFn = Option<unsafe extern "C" fn(im: *mut VipsImage, a: *mut c_void) -> *mut VipsThreadState>;