Type Alias libvips::bindings::VipsThreadpoolWorkFn
source · pub type VipsThreadpoolWorkFn = Option<unsafe extern "C" fn(state: *mut VipsThreadState, a: *mut c_void) -> c_int>;
Aliased Type§
enum VipsThreadpoolWorkFn {
None,
Some(unsafe extern "C" fn(_: *mut _VipsThreadState, _: *mut c_void) -> i32),
}