GetRootValueFromSplayTree method

Pointer<Void> GetRootValueFromSplayTree(
  1. Pointer<SplayTreeInfo> arg0
)

Implementation

ffi.Pointer<ffi.Void> GetRootValueFromSplayTree(
  ffi.Pointer<SplayTreeInfo> arg0,
) {
  return _GetRootValueFromSplayTree(
    arg0,
  );
}