pub unsafe fn PTGetPrintDeviceCapabilities<P1, P2>( hprovider: HPTPROVIDER, pprintticket: P1, pdevicecapabilities: P2, pbstrerrormessage: Option<*mut BSTR>, ) -> Result<()>where P1: Param<IStream>, P2: Param<IStream>,