Type Alias Nemo Relay Native Emit Mark V2Fn
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
pub type NemoRelayNativeEmitMarkV2Fn = unsafe extern "C" fn(name: *const NemoRelayNativeString, parent: *const NemoRelayNativeScopeHandle, data_json: *const NemoRelayNativeString, metadata_json: *const NemoRelayNativeString, data_schema_json: *const NemoRelayNativeString, severity: *const NemoRelayNativeString, timestamp_unix_micros: *const i64) -> NemoRelayStatus;
Extended native mark-emission function introduced in ABI v4.