Function DirectSoundCaptureCreate
pub unsafe fn DirectSoundCaptureCreate<P2>(
pcguiddevice: Option<*const GUID>,
ppdsc: *mut Option<IDirectSoundCapture>,
punkouter: P2,
) -> Result<()>where
P2: Param<IUnknown>,