D_TIMSetLog method

int D_TIMSetLog(
  1. Pointer<Uint8> log
)

Implementation

int D_TIMSetLog(ffi.Pointer<ffi.Uint8> log) {
  return _D_TIMSetLog(log);
}