I\'m trying to pass char * and char ** from my C code to Python via ctypes. Here is my code:
.h
int process(unsigned char *line, unsigned char (*word)[128]