CloneSplayTree method

Implementation

ffi.Pointer<SplayTreeInfo> CloneSplayTree(
  ffi.Pointer<SplayTreeInfo> arg0,
  ffi.Pointer<
          ffi.NativeFunction<
              ffi.Pointer<ffi.Void> Function(ffi.Pointer<ffi.Void>)>>
      arg1,
  ffi.Pointer<
          ffi.NativeFunction<
              ffi.Pointer<ffi.Void> Function(ffi.Pointer<ffi.Void>)>>
      arg2,
) {
  return _CloneSplayTree(
    arg0,
    arg1,
    arg2,
  );
}