pub unsafe fn AdvInstallFileW<P0, P1, P2, P3, P4>(
    hwnd: P0,
    lpszsourcedir: P1,
    lpszsourcefile: P2,
    lpszdestdir: P3,
    lpszdestfile: P4,
    dwflags: u32,
    dwreserved: u32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,