Type Alias Nemo Relay Plugin Register Cb
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub type NemoRelayPluginRegisterCb = unsafe extern "C" fn(user_data: *mut c_void, plugin_config_json: *const c_char, ctx: *mut FfiPluginContext) -> NemoRelayStatus;
Callback for plugin registration. Receives plugin config JSON and a plugin context pointer that is only valid for the duration of the call.