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

Environment callback. Gives implementations a way of performing uncommon tasks. Extensible.