DllNotFoundException and EntryPointNotFoundException

Hi
I’m trying to get our project to build on Unity 6000 windows arm64.
When I build on x86_64 machine for arm64 target, everything builds.
When I then try running it on the arm64 machine fmod spews exceptions out like mad man.
Trying to open the project on the arm64 version of Unity tells me the same.
I tried to put the arm64 libraries from 2.02.21 in the FMOD/platforms/win/lib/arm64 and modify PlatformWindows.cs to use them with no luck.
Is there a version of FMod for unity that works with Unity 6000 and not partially?