Function windows::Win32::System::WindowsProgramming::AdvInstallFileW

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