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: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<HWND>,