OPENSSL_sk_delete_ptr function

  1. @Native<Pointer<Void> Function(Pointer<stack_st>, Pointer<Void>)>(ffi.Pointer<stack_st>, ffi.Pointer<ffi.Void>)>()
Pointer<Void> OPENSSL_sk_delete_ptr(
  1. Pointer<stack_st> st,
  2. Pointer<Void> p
)

Implementation

@ffi.Native<
  ffi.Pointer<ffi.Void> Function(ffi.Pointer<stack_st>, ffi.Pointer<ffi.Void>)
>()
external ffi.Pointer<ffi.Void> OPENSSL_sk_delete_ptr(
  ffi.Pointer<stack_st> st,
  ffi.Pointer<ffi.Void> p,
);