Function windows::Win32::System::WindowsProgramming::AdvInstallFileA

pub unsafe fn AdvInstallFileA<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<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>, P4: Param<PCSTR>,