X509_REQ_get_attr_count function

  1. @Native<Int Function(Pointer<X509_req_st>)>(ffi.Pointer<X509_req_st>)>()
int X509_REQ_get_attr_count(
  1. Pointer<X509_req_st> req
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<X509_req_st>)>()
external int X509_REQ_get_attr_count(ffi.Pointer<X509_req_st> req);