X509_STORE_get_ex_data function

  1. @Native<Pointer<Void> Function(Pointer<x509_store_st>, Int)>(ffi.Pointer<x509_store_st>, ffi.Int)>()
Pointer<Void> X509_STORE_get_ex_data(
  1. Pointer<x509_store_st> xs,
  2. int idx
)

Implementation

@ffi.Native<
  ffi.Pointer<ffi.Void> Function(ffi.Pointer<x509_store_st>, ffi.Int)
>()
external ffi.Pointer<ffi.Void> X509_STORE_get_ex_data(
  ffi.Pointer<x509_store_st> xs,
  int idx,
);