GetNextValueInSplayTree method

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

Implementation

ffi.Pointer<ffi.Void> GetNextValueInSplayTree(
  ffi.Pointer<SplayTreeInfo> arg0,
) {
  return _GetNextValueInSplayTree(
    arg0,
  );
}