DestroySplayTree method

Pointer<SplayTreeInfo> DestroySplayTree(
  1. Pointer<SplayTreeInfo> arg0
)

Implementation

ffi.Pointer<SplayTreeInfo> DestroySplayTree(
  ffi.Pointer<SplayTreeInfo> arg0,
) {
  return _DestroySplayTree(
    arg0,
  );
}