pub unsafe extern "C" fn RecursiveLock_Unlock(
    lock: *mut RecursiveLock
)
Expand description

Unlocks a recursive lock.

§Arguments

  • lock - Pointer to the lock.