Function windows::Win32::Storage::Xps::Printing::StartXpsPrintJob1

pub unsafe fn StartXpsPrintJob1<P0, P1, P2, P3, P4>(
    printername: P0,
    jobname: P1,
    outputfilename: P2,
    progressevent: P3,
    completionevent: P4,
    xpsprintjob: *mut Option<IXpsPrintJob>,
    printcontentreceiver: *mut Option<IXpsOMPackageTarget>,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<HANDLE>, P4: Param<HANDLE>,