pub type GB_infrared_callback_t = Option<unsafe extern "C" fn(gb: *mut GB_gameboy_t, on: bool)>;
pub enum GB_infrared_callback_t { None, Some(unsafe extern "C" fn(*mut GB_gameboy_s, bool)), }
No value.
Some value of type T.
T