pub type AudioOutputFn = Box<dyn FnMut(AudioInfo, &mut AudioBuffer) + Send + 'static>;
pub struct AudioOutputFn(/* private fields */);