Function windows::Win32::Graphics::Printing::SetJobA

pub unsafe fn SetJobA<P0>(
    hprinter: P0,
    jobid: u32,
    level: u32,
    pjob: Option<*const u8>,
    command: u32,
) -> BOOL
where P0: Param<HANDLE>,