Function windows::Win32::Graphics::Printing::EnumJobsA

pub unsafe fn EnumJobsA<P0>(
    hprinter: P0,
    firstjob: u32,
    nojobs: u32,
    level: u32,
    pjob: Option<&mut [u8]>,
    pcbneeded: *mut u32,
    pcreturned: *mut u32,
) -> Result<()>
where P0: Param<HANDLE>,