PEM_write_bio_RSAPublicKey function

  1. @Native<Int Function(Pointer<bio_st>, Pointer<rsa_st>)>(ffi.Pointer<bio_st>, ffi.Pointer<rsa_st>)>()
int PEM_write_bio_RSAPublicKey(
  1. Pointer<bio_st> out,
  2. Pointer<rsa_st> x
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<bio_st>, ffi.Pointer<rsa_st>)>()
external int PEM_write_bio_RSAPublicKey(
  ffi.Pointer<bio_st> out,
  ffi.Pointer<rsa_st> x,
);