TS_TST_INFO_print_bio function

  1. @Native<Int Function(Pointer<bio_st>, Pointer<TS_tst_info_st>)>(ffi.Pointer<bio_st>, ffi.Pointer<TS_tst_info_st>)>()
int TS_TST_INFO_print_bio(
  1. Pointer<bio_st> bio,
  2. Pointer<TS_tst_info_st> a
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<bio_st>, ffi.Pointer<TS_tst_info_st>)
>()
external int TS_TST_INFO_print_bio(
  ffi.Pointer<bio_st> bio,
  ffi.Pointer<TS_tst_info_st> a,
);