PEM_write_bio_RSAPublicKey function
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,
);
@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,
);