gguf_free method

void gguf_free(
  1. Pointer<gguf_context> ctx
)

Implementation

void gguf_free(
  ffi.Pointer<gguf_context> ctx,
) {
  return _gguf_free(
    ctx,
  );
}