SCT_set0_log_id function
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,
);