pData property

Pointer<Void> pData
getter/setter pair

If set to NULL, will allocate a block of memory for you.

Implementation

external ffi.Pointer<ffi.Void> pData;