DirectSoundCaptureCreate8

Function DirectSoundCaptureCreate8 

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