pub unsafe extern "C" fn event_timeout_clear(
    event_timeout: *mut event_timeout_t
)
Expand description

@brief Clear a timeout event

Calling this function will cancel the timeout by removing its underlying timer. If the timer has already fired before calling this function, the connected event will be put already into the given event queue and this function does not have any effect.

@param[in] event_timeout event_timeout context object to use