callback property

Pointer<pj_pool_callback> callback
getter/setter pair

The callback to be called when the pool is unable to allocate memory.

Implementation

external ffi.Pointer<pj_pool_callback> callback;