pub unsafe fn GetJobNamedPropertyValue<P0, P1>(
    hprinter: P0,
    jobid: u32,
    pszname: P1,
    pvalue: *mut PrintPropertyValue
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,