i2d_NETSCAPE_SPKI function

  1. @Native<Int Function(Pointer<Netscape_spki_st>, Pointer<Pointer<UnsignedChar>>)>(ffi.Pointer<Netscape_spki_st>, ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>)>()
int i2d_NETSCAPE_SPKI(
  1. Pointer<Netscape_spki_st> a,
  2. Pointer<Pointer<UnsignedChar>> out
)

Implementation

@ffi.Native<
  ffi.Int Function(
    ffi.Pointer<Netscape_spki_st>,
    ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>,
  )
>()
external int i2d_NETSCAPE_SPKI(
  ffi.Pointer<Netscape_spki_st> a,
  ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>> out,
);