OSSL_CMP_CTX_free function
- @Native<Void Function(Pointer<
ossl_cmp_ctx_st> )>(ffi.Pointer<ossl_cmp_ctx_st>)>()
- 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);