ASN1_TIME_cmp_time_t function

  1. @Native<Int Function(Pointer<asn1_string_st>, Long)>(ffi.Pointer<asn1_string_st>, ffi.Long)>()
int ASN1_TIME_cmp_time_t(
  1. Pointer<asn1_string_st> s,
  2. int t
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<asn1_string_st>, ffi.Long)>()
external int ASN1_TIME_cmp_time_t(ffi.Pointer<asn1_string_st> s, int t);