ffi.Pointer<ffi.Void> tokenize_text( ffi.Pointer<ffi.Char> _text, ) { return _tokenize_text( _text, ); }