pub unsafe fn PTGetPrintDeviceResources<P1, P2, P3>( hprovider: HPTPROVIDER, pszlocalename: P1, pprintticket: P2, pdeviceresources: P3, pbstrerrormessage: Option<*mut BSTR>, ) -> Result<()>where P1: Param<PCWSTR>, P2: Param<IStream>, P3: Param<IStream>,