pub type FuriHalInterruptISR = Option<unsafe extern "C" fn(context: *mut c_void)>;
Timer ISR
enum FuriHalInterruptISR { None, Some(unsafe extern "C" fn(_: *mut c_void)), }
No value.
Some value of type T.
T