SDL_HasARMSIMD should be SDL_bool return type
This function should return an SDL_bool, not void per SDL wiki https://wiki.libsdl.org/SDL_HasARMSIMD.
This will possibly have an effect on armv7 and early armv8 platforms so it's important it gets fixed.