I\'m trying to call a function (bubblesort) from a 3rd party Fortran DLL with Python. My problem is passing a char to the function. I got it working with cffi as shown below