Huw Davies (@huw) commented about dlls/mmdevapi/mmdevdrv.h:
struct audio_client *client; struct audio_session *session;
-} AudioSessionWrapper; +} audio_session_wrapper, AudioSessionWrapper;
I don't think we want this kind of change. The idea is to get rid of the typedef and use `struct audio_session_wrapper` going forward.