int ** array_dst;int array_src [5][6];static void test_perfom ( int** dst, const int** src, int col, int src );