OPENSSL_sk_delete_ptr function
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,
);