ptr property

Pointer<Uint8> ptr
getter/setter pair

Destination buffer for bytes. May be NULL when cap is 0 to query required size.

Implementation

external ffi.Pointer<ffi.Uint8> ptr;