pub unsafe fn GetJobAttributes<P0>(
    pprintername: P0,
    pdevmode: *const DEVMODEW,
    pattributeinfo: *mut ATTRIBUTE_INFO_3
) -> BOOL
where P0: IntoParam<PCWSTR>,