Apparently C# supports [fixed sized buffers](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code#fixed-size-buffers) that can potentially be used instead of the `StaticallySizedArrayAttribute`. The IL should be investigated to see how feasible that is.
Apparently C# supports fixed sized buffers that can potentially be used instead of the
StaticallySizedArrayAttribute.The IL should be investigated to see how feasible that is.