pub unsafe fn VerInstallFileW<'a>(
uflags: VER_INSTALL_FILE_FLAGS,
szsrcfilename: impl IntoParam<'a, PWSTR>,
szdestfilename: impl IntoParam<'a, PWSTR>,
szsrcdir: impl IntoParam<'a, PWSTR>,
szdestdir: impl IntoParam<'a, PWSTR>,
szcurdir: impl IntoParam<'a, PWSTR>,
sztmpfile: PWSTR,
putmpfilelen: *mut u32,
) -> VER_INSTALL_FILE_STATUS