What is the C type equivalent of LLVM\'s [N x i32] for all N? Is it N adjacent int32_t values? For example, would I translate a struct containing a [2
[N x i32]
int32_t