pub unsafe extern "C" fn LightLock_TryLock(
    lock: *mut LightLock
) -> c_int
Expand description

Attempts to lock a light lock.

§Arguments

  • lock - Pointer to the lock.

§Returns

Zero on success, non-zero on failure.