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