pub type CPUInterruptHandler = Option<unsafe extern "C" fn(*mut CPUState, i32)>;
pub enum CPUInterruptHandler { None, Some(unsafe extern "C" fn(*mut CPUState, i32)), }
No value.
Some value of type T.
T