RSA_clear_flags function

  1. @Native<Void Function(Pointer<rsa_st>, Int)>(ffi.Pointer<rsa_st>, ffi.Int)>()
void RSA_clear_flags(
  1. Pointer<rsa_st> r,
  2. int flags
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<rsa_st>, ffi.Int)>()
external void RSA_clear_flags(ffi.Pointer<rsa_st> r, int flags);