ggml_version method

Pointer<Char> ggml_version()

Implementation

ffi.Pointer<ffi.Char> ggml_version() {
  return _ggml_version();
}