whisper_bench_memcpy_str method

Pointer<Char> whisper_bench_memcpy_str(
  1. int n_threads
)

Implementation

ffi.Pointer<ffi.Char> whisper_bench_memcpy_str(
  int n_threads,
) {
  return _whisper_bench_memcpy_str(
    n_threads,
  );
}