pub unsafe fn AddPrintProcessorA<P0, P1, P2, P3>(
    pname: P0,
    penvironment: P1,
    ppathname: P2,
    pprintprocessorname: P3
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,