Delegate NativeAPI.StreamCallback
Callback for streaming responses.
public delegate void NativeAPI.StreamCallback(nint callbackData, nint chunk)
Parameters
callbackDatanintA pointer to user-defined data passed to the stream function.
chunknintA pointer to the stream chunk object. It's only valid for the duration of the call.