pub type retro_environment_t = Option<unsafe extern "C" fn(cmd: c_uint, data: *mut c_void) -> bool>;
pub enum retro_environment_t { None, Some(unsafe extern "C" fn(u32, *mut c_void) -> bool), }
No value.
Some value of type T.
T