pub unsafe fn UploadPrinterDriverPackageW<P0, P1, P2, P3>(
    pszserver: P0,
    pszinfpath: P1,
    pszenvironment: P2,
    dwflags: u32,
    hwnd: P3,
    pszdestinfpath: PWSTR,
    pcchdestinfpath: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<HWND>,