pub type HAL_InterruptHandlerFunction = Option<unsafe extern "C" fn(interruptAssertedMask: u32, param: *mut c_void)>;
pub enum HAL_InterruptHandlerFunction { None, Some(unsafe extern "C" fn(u32, *mut c_void)), }
No value.
Some value of type T.
T