#[unsafe(no_mangle)]pub unsafe extern "C" fn xila_destroy_mutex(
mutex: *mut RawMutex,
) -> boolExpand description
Destroy a mutex.
ยงSafety
The caller must ensure:
mutexpoints to a valid, initializedRaw_mutex_typeallocated with Box- The mutex is not currently locked
- No other threads are waiting on the mutex