pub type VipsThreadpoolAllocateFn = Option<unsafe extern "C" fn(state: *mut VipsThreadState, a: *mut c_void, stop: *mut gboolean) -> c_int>;
Aliased Type§
enum VipsThreadpoolAllocateFn {
None,
Some(unsafe extern "C" fn(*mut _VipsThreadState, *mut c_void, *mut i32) -> i32),
}