tokenize_text method

Pointer<Void> tokenize_text(
  1. Pointer<Char> _text
)

Implementation

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