pub type dMutexGroupFreeFunction = Option<unsafe extern "C" fn(impl_: dThreadingImplementationID, mutex_group: dMutexGroupID)>;
Aliased Type§
pub enum dMutexGroupFreeFunction {
None,
Some(unsafe extern "C" fn(*mut dxThreadingImplementation, *mut dxMutexGroup)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut dxThreadingImplementation, *mut dxMutexGroup))
Some value of type T
.