Function windows_sys::Win32::Storage::FileSystem::MoveFileWithProgressA
pub unsafe extern "system" fn MoveFileWithProgressA(
lpexistingfilename: PCSTR,
lpnewfilename: PCSTR,
lpprogressroutine: LPPROGRESS_ROUTINE,
lpdata: *const c_void,
dwflags: MOVE_FILE_FLAGS,
) -> BOOL