GhosttySysRandomSecureFnFunction typedef

GhosttySysRandomSecureFnFunction = Bool Function(Pointer<Void> userdata, Pointer<Uint8> buf, Size len)

Implementation

typedef GhosttySysRandomSecureFnFunction = ffi.Bool Function(
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<ffi.Uint8> buf,
  ffi.Size len,
);