Type Alias Nemo Relay Collector Cb
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub type NemoRelayCollectorCb = unsafe extern "C" fn(chunk: *const c_char);
Callback for collecting intercepted stream chunks. Invoked with each chunk (after stream execution intercepts have been applied) as a null-terminated C string. The string is only valid for the duration of the call.