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