pub unsafe fn DeletePrintProvidorW<P0, P1, P2>(
    pname: P0,
    penvironment: P1,
    pprintprovidorname: P2
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,