It's not working ...

void testFunction(STRING*** param) {
diag(param[0][0]);
}

gives me a "dimension of array error".