stop property

Pointer<NativeFunction<pj_status_t Function()>> stop
getter/setter pair

Optional function to be called to deinitialize the module before it is unloaded. This function will be called by endpoint during module unregistration. If the value is NULL, then it's equal to returning PJ_SUCCESS.

@return Module should return PJ_SUCCESS to indicate success.

Implementation

external ffi.Pointer<ffi.NativeFunction<pj_status_t Function()>> stop;