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

Locks a recursive lock.

§Arguments

  • lock - Pointer to the lock.