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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _VipsThreadState, _: *mut c_void, _: *mut i32) -> i32)

Some value of type T.