pub type ETSTimerFunc = Option<unsafe extern "C" fn(_: *mut c_void)>;
@addtogroup ets_timer_apis @{
enum ETSTimerFunc { None, Some(unsafe extern "C" fn(_: *mut c_void)), }
No value.
Some value of type T.
T