token_count property
Number of tokens in the cache. For example, if there are two populated cells, the first with 1 sequence id in it and the second with 2 sequence ids then you'll have 3 tokens.
Implementation
@ffi.Int32()
external int token_count;