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

Required features: "Win32_Foundation"