pub type intCallback_Type = Option<unsafe extern "C" fn()>;
@brief Interrupt callback function type
pub enum intCallback_Type { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T