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