Replace C array by C++ std::array where possible
If C arrays are passed to function, the occurance cannot be replaced without changing the function signature. Found by clang-tidy (modernize-avoid-c-arrays).
If C arrays are passed to function, the occurance cannot be replaced without changing the function signature. Found by clang-tidy (modernize-avoid-c-arrays).