Illegal external argument: <argument name>

You declared a C function and specified the data type of one of its parameters as a fixed-length string or as a list. You cannot specify a C function parameter as a fixed-length string or a list.

For a fixed-length string, declare the parameter as type String, Variant, or Any.

For a list, declare the parameter as type Any.