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