Function windows::Win32::Storage::FileSystem::MoveFileWithProgressW
pub unsafe fn MoveFileWithProgressW<P0, P1>(
lpexistingfilename: P0,
lpnewfilename: P1,
lpprogressroutine: LPPROGRESS_ROUTINE,
lpdata: Option<*const c_void>,
dwflags: MOVE_FILE_FLAGS,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,