What is the suggested way to define function arguments for a nested array? For example, here are three possibilities:
int process(int (*coord)[2], size_t size) {