Function windows::Win32::Storage::FileSystem::VerInstallFileW

pub unsafe fn VerInstallFileW<P0, P1, P2, P3, P4>(
    uflags: VER_INSTALL_FILE_FLAGS,
    szsrcfilename: P0,
    szdestfilename: P1,
    szsrcdir: P2,
    szdestdir: P3,
    szcurdir: P4,
    sztmpfile: PWSTR,
    putmpfilelen: *mut u32,
) -> VER_INSTALL_FILE_STATUS
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,