Is it possible to use a multi dimensional array as a function parameter ???

For example:

STRING* mdArray[10][3];

and then something like that:

void testFunction(STRING* param[][]);

Best regards,
Pegamode.