pub unsafe extern "system" fn VerInstallFileW(
    uflags: VER_INSTALL_FILE_FLAGS,
    szsrcfilename: PCWSTR,
    szdestfilename: PCWSTR,
    szsrcdir: PCWSTR,
    szdestdir: PCWSTR,
    szcurdir: PCWSTR,
    sztmpfile: PWSTR,
    putmpfilelen: *mut u32
) -> VER_INSTALL_FILE_STATUS
Expand description

Required features: "Win32_Storage_FileSystem"