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