public static void Ch7ModifyCh7StructArray() { var value = new Ch7StructArray(); bool ret = Ch7Native.Ch7ModifyCh7StructArray(value); }
public static extern bool Ch7ModifyCh7StructArray([In, Out] Ch7StructArray value);