Free allocated string memory void freeString(char* str)
void freeString(ffi.Pointer<ffi.Char> str) { return _freeString(str); }