Function windows::Win32::Storage::FileSystem::MoveFileExW
pub unsafe fn MoveFileExW<P0, P1>(
lpexistingfilename: P0,
lpnewfilename: P1,
dwflags: MOVE_FILE_FLAGS,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,