OSSL_STORE_SEARCH_get0_serial function

  1. @Native<Pointer<asn1_string_st> Function(Pointer<ossl_store_search_st>)>(ffi.Pointer<ossl_store_search_st>)>()
Pointer<asn1_string_st> OSSL_STORE_SEARCH_get0_serial(
  1. Pointer<ossl_store_search_st> criterion
)

Implementation

@ffi.Native<
  ffi.Pointer<asn1_string_st> Function(ffi.Pointer<ossl_store_search_st>)
>()
external ffi.Pointer<asn1_string_st> OSSL_STORE_SEARCH_get0_serial(
  ffi.Pointer<ossl_store_search_st> criterion,
);