Passando uma matriz em uma função c

void ins (int (*matrix)[100], int row, int column);
Adventurous Addax