GetNextKeyInSplayTree method

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

Implementation

ffi.Pointer<ffi.Void> GetNextKeyInSplayTree(
  ffi.Pointer<SplayTreeInfo> arg0,
) {
  return _GetNextKeyInSplayTree(
    arg0,
  );
}