m_Param property

Pointer<Void> m_Param
getter/setter pair

A custom pointer for all implementation specific data. This pointer will be used as the first parameter to the m_GetBlock callback.

Implementation

external ffi.Pointer<ffi.Void> m_Param;