pub unsafe extern "C" fn LightEvent_WaitTimeout( event: *mut LightEvent, timeout_ns: s64, ) -> c_int
Waits on a light event until either the event is signaled or the timeout is reached.
event
timeout_ns
Non-zero on timeout, zero otherwise.