
When I declare for example:
array: ["ab" "cd" "ef"]
what type should I put into the function spec?
According to the docs it should be pointer! [c-string!] but it's invalid to have pointer to pointer, so it errors out. Empirically found that it's actually int-ptr!.