RacToolCallingSessionEventCallbackNative typedef

RacToolCallingSessionEventCallbackNative = Void Function(Pointer<Uint8>, Size, Pointer<Void>)

void (*)(const uint8_t*, size_t, void*) matching rac_tool_calling_session_event_callback_fn.

Implementation

typedef RacToolCallingSessionEventCallbackNative =
    ffi.Void Function(ffi.Pointer<ffi.Uint8>, ffi.Size, ffi.Pointer<ffi.Void>);