DartGhosttySysRandomSecureFnFunction typedef

DartGhosttySysRandomSecureFnFunction = bool Function(Pointer<Void> userdata, Pointer<Uint8> buf, int len)

Implementation

typedef DartGhosttySysRandomSecureFnFunction = bool Function(
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<ffi.Uint8> buf,
  int len,
);