Function nemo_relay_initialize_plugins
Function nemo_relay_initialize_plugins
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_initialize_plugins(
config_json: *const c_char,
out_json: *mut *mut c_char,
) -> NemoRelayStatus
Initialize the active global plugin components and return the resulting diagnostics report.
Safety
config_json must be a valid C string and out_json must be a valid, non-null pointer.