pub unsafe fn GetJobAttributesEx<P0>(
    pprintername: P0,
    pdevmode: *const DEVMODEW,
    dwlevel: u32,
    pattributeinfo: &mut [u8],
    dwflags: u32
) -> BOOL
where P0: IntoParam<PCWSTR>,