X509_PKEY_free function

  1. @Native<Void Function(Pointer<private_key_st>)>(ffi.Pointer<private_key_st>)>()
void X509_PKEY_free(
  1. Pointer<private_key_st> a
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<private_key_st>)>()
external void X509_PKEY_free(ffi.Pointer<private_key_st> a);