Function windows::Win32::Media::Audio::DirectSound::DirectSoundCreate

pub unsafe fn DirectSoundCreate<P0>(
    pcguiddevice: Option<*const GUID>,
    ppds: *mut Option<IDirectSound>,
    punkouter: P0
) -> Result<()>
where P0: Param<IUnknown>,