OPENSSL_LH_insert function

  1. @Native<Pointer<Void> Function(Pointer<lhash_st>, Pointer<Void>)>(ffi.Pointer<lhash_st>, ffi.Pointer<ffi.Void>)>()
Pointer<Void> OPENSSL_LH_insert(
  1. Pointer<lhash_st> lh,
  2. Pointer<Void> data
)

Implementation

@ffi.Native<
  ffi.Pointer<ffi.Void> Function(ffi.Pointer<lhash_st>, ffi.Pointer<ffi.Void>)
>()
external ffi.Pointer<ffi.Void> OPENSSL_LH_insert(
  ffi.Pointer<lhash_st> lh,
  ffi.Pointer<ffi.Void> data,
);