user_data property

Pointer<Void> user_data
getter/setter pair

Specify arbitrary application data to be associated with with the buddy object.

Implementation

external ffi.Pointer<ffi.Void> user_data;