hashFunc top-level property

void Function(Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>) hashFunc
final

Implementation

final void Function(Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>, Pointer<Uint8>)
   hashFunc = dyLib
      .lookup<NativeFunction<hash_func>>('dart_hash_state_block')
      .asFunction<BlockHash>();