Function windows::Win32::Graphics::Printing::ReportJobProcessingProgress
pub unsafe fn ReportJobProcessingProgress<P0>(
printerhandle: P0,
jobid: u32,
joboperation: EPrintXPSJobOperation,
jobprogress: EPrintXPSJobProgress,
) -> Result<()>where
P0: Param<HANDLE>,