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