start property
Optional function to be called to start the module. This function will be called by endpoint during module registration. If the value is NULL, then it's equal to returning PJ_SUCCESS.
@return Module should return zero to indicate success.
Implementation
external ffi.Pointer<ffi.NativeFunction<pj_status_t Function()>> start;