I am trying to use a NumPy array of strings as an input for a cython function. However, I can't seem to figure out how to actually use a numPy array of strings with cython. Here is an example of the ...