X509_REQ_get_attr_count function
- @Native<Int Function(Pointer<
X509_req_st> )>(ffi.Pointer<X509_req_st>)>()
- 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);