pub unsafe extern "C" fn PxMutexImpl_trylock_mut(
    self_: *mut PxMutexImpl
) -> bool
Expand description

Acquire (lock) the mutex. If the mutex is already locked by another thread, this method returns false without blocking.