pub unsafe extern "C" fn PxMutexImpl_lock_mut(self_: *mut PxMutexImpl)
Expand description

Acquire (lock) the mutex. If the mutex is already locked by another thread, this method blocks until the mutex is unlocked.