pub unsafe fn CreateRenderAudioStateMonitorForCategoryAndDeviceId<P0>(
    category: AUDIO_STREAM_CATEGORY,
    deviceid: P0
) -> Result<IAudioStateMonitor>
where P0: IntoParam<PCWSTR>,