RemoveNodeByValueFromSplayTree method

Pointer<Void> RemoveNodeByValueFromSplayTree(
  1. Pointer<SplayTreeInfo> arg0,
  2. Pointer<Void> arg1
)

Implementation

ffi.Pointer<ffi.Void> RemoveNodeByValueFromSplayTree(
  ffi.Pointer<SplayTreeInfo> arg0,
  ffi.Pointer<ffi.Void> arg1,
) {
  return _RemoveNodeByValueFromSplayTree(
    arg0,
    arg1,
  );
}