OSSL_CMP_CTX_free function

  1. @Native<Void Function(Pointer<ossl_cmp_ctx_st>)>(ffi.Pointer<ossl_cmp_ctx_st>)>()
void OSSL_CMP_CTX_free(
  1. Pointer<ossl_cmp_ctx_st> ctx
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ossl_cmp_ctx_st>)>()
external void OSSL_CMP_CTX_free(ffi.Pointer<ossl_cmp_ctx_st> ctx);