DartGhosttySysLogFnFunction typedef

DartGhosttySysLogFnFunction = void Function(Pointer<Void> userdata, GhosttySysLogLevel level, Pointer<Uint8> scope, int scope_len, Pointer<Uint8> message, int message_len)

Implementation

typedef DartGhosttySysLogFnFunction = void Function(
  ffi.Pointer<ffi.Void> userdata,
  GhosttySysLogLevel level,
  ffi.Pointer<ffi.Uint8> scope,
  int scope_len,
  ffi.Pointer<ffi.Uint8> message,
  int message_len,
);