SCT_set0_log_id function

  1. @Native<Int Function(Pointer<sct_st>, Pointer<UnsignedChar>, Size)>(ffi.Pointer<sct_st>, ffi.Pointer<ffi.UnsignedChar>, ffi.Size)>()
int SCT_set0_log_id(
  1. Pointer<sct_st> sct,
  2. Pointer<UnsignedChar> log_id,
  3. int log_id_len
)

Implementation

@ffi.Native<
  ffi.Int Function(ffi.Pointer<sct_st>, ffi.Pointer<ffi.UnsignedChar>, ffi.Size)
>()
external int SCT_set0_log_id(
  ffi.Pointer<sct_st> sct,
  ffi.Pointer<ffi.UnsignedChar> log_id,
  int log_id_len,
);