pub unsafe fn GetJobW<P0>(
    hprinter: P0,
    jobid: u32,
    level: u32,
    pjob: Option<&mut [u8]>,
    pcbneeded: *mut u32
) -> BOOL
where P0: IntoParam<HANDLE>,