pub unsafe extern "system" fn StartXpsPrintJob(
    printername: PCWSTR,
    jobname: PCWSTR,
    outputfilename: PCWSTR,
    progressevent: HANDLE,
    completionevent: HANDLE,
    printablepageson: *const u8,
    printablepagesoncount: u32,
    xpsprintjob: *mut IXpsPrintJob,
    documentstream: *mut IXpsPrintJobStream,
    printticketstream: *mut IXpsPrintJobStream
) -> HRESULT
Expand description

Required features: "Win32_Storage_Xps_Printing", "Win32_Foundation", "Win32_System_Com"