DartDart_EntropySourceFunction typedef

DartDart_EntropySourceFunction = bool Function(Pointer<Uint8> buffer, int length)

Implementation

typedef DartDart_EntropySourceFunction = bool Function(
    ffi.Pointer<ffi.Uint8> buffer, int length);