Skip to main content

TimerArgCallback

Type Alias TimerArgCallback 

Source
pub type TimerArgCallback = unsafe extern "C" fn(timer_id: u32, arg: *mut c_void);
Expand description

A type alias for a timer callback that accepts a user-defined argument.