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