_alloca CRT function is deprecated. Moreover, stack allocation for string is not a good idea. We can use _malloca inline function instead, but all use of _alloca in d3d11 library/plugin are not performance critical path at all. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3652>