mtmd_free method

void mtmd_free(
  1. Pointer<mtmd_context> ctx
)

Implementation

void mtmd_free(
  ffi.Pointer<mtmd_context> ctx,
) {
  return _mtmd_free(
    ctx,
  );
}