type AudioDecoderEosCallback = Box<dyn FnOnce() + Send + 'static>;
struct AudioDecoderEosCallback(/* private fields */);