Did you mean? 0x80073701 = ERROR_SXS_ASSEMBLY_MISSING which means there are some system files are missing, which caused the update installation failure. You can try
- sfc /scannow
- dism /online /cleanup-image /restorehealth
- the manual steps here https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-resources#how-do-i-reset-windows-update-components
- a repair install by running setup.exe from the root of the install.
I wouldn't hold a lot of hope for this one, time may be better spent standing up a new one, patch it fully and migrate the roles or applications over to it.
--please don't forget to Accept as answer if the reply is helpful--