Type Definition libretro_rs::sys::retro_environment_t[][src]

pub type retro_environment_t = Option<unsafe extern "C" fn(cmd: c_uint, data: *mut c_void) -> bool>;