pub unsafe extern "system" fn AdvInstallFileW(
    hwnd: HWND,
    lpszsourcedir: PWSTR,
    lpszsourcefile: PWSTR,
    lpszdestdir: PWSTR,
    lpszdestfile: PWSTR,
    dwflags: u32,
    dwreserved: u32
) -> HRESULT
Expand description

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’