pub type retro_audio_callback_t = Option<unsafe extern "C" fn()>;
Notifies libretro that audio data should be written.
pub enum retro_audio_callback_t { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T