Function windows::Win32::Graphics::Printing::AddPrintProcessorW

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