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