unsigned char** 用C#如何表示?

有一个第三方提供的dll,其中一个方法是C写的方法 int tele(unsigned char** imageStream),
我在C#中引用如下:
[DllImport("Dmytr.dll", EntryPoint = "tele", ExactSpelling = false, CallingConvention = CallingConvention.Cdecl)]
public static extern int tele(IntPtr imageStream);
这样写,对吗?

http://zhidao.baidu.com/link?url=m8Y45KsqQk8_s6dRbMjhXridl7MnfnJszKfrIR4iG__OdjHonJdmWZvLl1xs553hCXYvi8OAOnjTZ851yBEs2q