SSL_CONF_CTX_free function
- @Native<Void Function(Pointer<
ssl_conf_ctx_st> )>(ffi.Pointer<ssl_conf_ctx_st>)>()
- Pointer<
ssl_conf_ctx_st> cctx
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ssl_conf_ctx_st>)>()
external void SSL_CONF_CTX_free(ffi.Pointer<ssl_conf_ctx_st> cctx);