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