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