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