ASN1_TIME_cmp_time_t function
- @Native<Int Function(Pointer<
asn1_string_st> , Long)>(ffi.Pointer<asn1_string_st>, ffi.Long)>()
- Pointer<
asn1_string_st> s, - 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);