PlatformGeneralizedUint8ListPtr typedef

PlatformGeneralizedUint8ListPtr = Pointer<Uint8>

The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.

Implementation

typedef PlatformGeneralizedUint8ListPtr = ffi.Pointer<ffi.Uint8>;