pub unsafe extern "C" fn tr_timerAdd(
    timer: *mut event,
    seconds: c_int,
    microseconds: c_int
)
Expand description

@brief Convenience wrapper around timer_add () to have a timer wake up in a number of seconds and microseconds @param timer @param seconds @param microseconds