TS_REQ_set_nonce function

  1. @Native<Int Function(Pointer<TS_req_st>, Pointer<asn1_string_st>)>(ffi.Pointer<TS_req_st>, ffi.Pointer<asn1_string_st>)>()
int TS_REQ_set_nonce(
  1. Pointer<TS_req_st> a,
  2. Pointer<asn1_string_st> nonce
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<TS_req_st>, ffi.Pointer<asn1_string_st>)
>()
external int TS_REQ_set_nonce(
  ffi.Pointer<TS_req_st> a,
  ffi.Pointer<asn1_string_st> nonce,
);