How to reproduce:
1. Open the attached Project "BurstVivoxBug"
2. Build the Project with IL2CPP set as the Scripting Backend
Expected result: The build succeeds
Actual result: The build fails with the following error:
"Error: Failed to find entry-points:
System.AggregateException: One or more errors occurred. (Invalid compressed integer.) ---> System.BadImageFormatException: Invalid compressed integer."
Reproducible with: 1.8.3 (2022.2.8f1, 2023.1.0b6, 2023.2.0a4)
Not reproducible with: 1.8.3 (2020.3.45f1, 2021.3.19f1)