pub type retro_midi_output_enabled_t = Option<unsafe extern "C" fn() -> bool>;Expand description
Retrieves the current state of the MIDI output. Returns true if it’s enabled, false otherwise
Aliased Type§
pub enum retro_midi_output_enabled_t {
None,
Some(unsafe extern "C" fn() -> bool),
}