pub type GB_execution_callback_t = Option<unsafe extern "C" fn(gb: *mut GB_gameboy_t, address: u16, opcode: u8)>;
pub enum GB_execution_callback_t { None, Some(unsafe extern "C" fn(*mut GB_gameboy_s, u16, u8)), }
No value.
Some value of type T.
T