How to Pass 2d Array in to function of c++

I have two 2d array of 3 X 3 named a and b in void main function

Passing both to mult function and return back to main function with the product of a and b ...How?