Function nemo_relay_atof_exporter_path
Function nemo_relay_atof_exporter_path
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_path(
exporter: *const FfiAtofExporter,
out: *mut *mut c_char,
) -> NemoRelayStatus
Returns the ATOF exporter output path as a string.
Safety
exporter and out must be valid, non-null pointers.