X509_ALGOR_copy function

  1. @Native<Int Function(Pointer<X509_algor_st>, Pointer<X509_algor_st>)>(ffi.Pointer<X509_algor_st>, ffi.Pointer<X509_algor_st>)>()
int X509_ALGOR_copy(
  1. Pointer<X509_algor_st> dest,
  2. Pointer<X509_algor_st> src
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<X509_algor_st>, ffi.Pointer<X509_algor_st>)
>()
external int X509_ALGOR_copy(
  ffi.Pointer<X509_algor_st> dest,
  ffi.Pointer<X509_algor_st> src,
);