ffi.Pointer<ffi.Char> detokenize_ids( ffi.Pointer<ffi.Uint32> _tokens, int _length, ) { return _detokenize_ids( _tokens, _length, ); }