ComponentReaderCallback
typealias ComponentReaderCallback = (@R|kotlin/ParameterName|(name = String(dataView)) ERROR CLASS: Symbol not found for DataView<*>, byteOffset: Int) -> ERROR CLASS: Symbol not found for JsAny(source)
Reads and returns a value with the given type at the given byte offset from the data view, in little-endian order
Parameters
dataView
Typed data view into a binary buffer
byteOffset
The offset, in bytes, from the start of the view to read the data from