TS_ACCURACY_get_seconds function

  1. @Native<Pointer<asn1_string_st> Function(Pointer<TS_accuracy_st>)>(ffi.Pointer<TS_accuracy_st>)>()
Pointer<asn1_string_st> TS_ACCURACY_get_seconds(
  1. Pointer<TS_accuracy_st> a
)

Implementation

@ffi.Native<ffi.Pointer<asn1_string_st> Function(ffi.Pointer<TS_accuracy_st>)>()
external ffi.Pointer<asn1_string_st> TS_ACCURACY_get_seconds(
  ffi.Pointer<TS_accuracy_st> a,
);