TS_TST_INFO_get_version function

  1. @Native<Long Function(Pointer<TS_tst_info_st>)>(ffi.Pointer<TS_tst_info_st>)>()
int TS_TST_INFO_get_version(
  1. Pointer<TS_tst_info_st> a
)

Implementation

@ffi.Native<ffi.Long Function(ffi.Pointer<TS_tst_info_st>)>()
external int TS_TST_INFO_get_version(ffi.Pointer<TS_tst_info_st> a);