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