pub unsafe extern "C" fn CondVar_WaitTimeout( cv: *mut CondVar, lock: *mut LightLock, timeout_ns: s64 ) -> c_int
Waits on a condition variable with a timeout.
cv
lock
timeout_ns
Zero on success, non-zero on failure.