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

Initializes a recursive lock.

§Arguments

  • lock - Pointer to the lock.