Function nemo_relay_atof_exporter_create_from_json
Function nemo_relay_atof_exporter_create_from_json
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_atof_exporter_create_from_json(
config_json: *const c_char,
out: *mut *mut FfiAtofExporter,
) -> NemoRelayStatus
Creates a new ATOF exporter from a JSON config object.
Parameters
config_json: JSON object matchingAtofExporterConfig.out: On success, receives a heap-allocatedFfiAtofExporter.
Safety
config_json must be a valid C string. out must be valid.