If I have a C or C++ function like this in my header.h:
void my_function(const char* data, int len);
I will create a my_module.i for swig lik