Hi, I wrote a simple ntar reader in C++, and how to directly get the length of custom data when parsing the Custom Block? My repo: [ntar-reader](https://github.com/winking324/ntar-reader) and this part of the parsing code is in `ntar-reader/src/block_custom.cpp`.