pub type dThreadedCallDependenciesCountAlterFunction = Option<unsafe extern "C" fn(impl_: dThreadingImplementationID, target_releasee: dCallReleaseeID, dependencies_count_change: ddependencychange_t)>;

Aliased Type§

enum dThreadedCallDependenciesCountAlterFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut dxThreadingImplementation, _: *mut dxCallReleasee, _: i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut dxThreadingImplementation, _: *mut dxCallReleasee, _: i64))

Some value of type T.