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