\brief Z3 string type. It is just an alias for \ccode{const char *}.
typedef Z3_string = ffi.Pointer<ffi.Char>;