MSDN says that fastcall stdcall and thiscall and vectorcall are all accepted but ignored on ARM and X64
https://msdn.microsoft.com/en-us/library/984x0h58.aspx
MSDN also says that cdecl is accepted but typically ignored
This patch brings ARM in line with how we ignore them for X64