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