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