X509_free function

  1. @Native<Void Function(Pointer<x509_st>)>(ffi.Pointer<x509_st>)>()
void X509_free(
  1. Pointer<x509_st> a
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<x509_st>)>()
external void X509_free(ffi.Pointer<x509_st> a);