RacTelemetryHttpCallbackNative typedef

RacTelemetryHttpCallbackNative = Void Function(Pointer<Void>, Pointer<Utf8>, Pointer<Utf8>, IntPtr, Int32)

HTTP callback type: void (callback)(void, const char*, const char*, size_t, rac_bool_t)

Implementation

typedef RacTelemetryHttpCallbackNative = Void Function(
    Pointer<Void>, Pointer<Utf8>, Pointer<Utf8>, IntPtr, Int32);