NewSplayTree method

Implementation

ffi.Pointer<SplayTreeInfo> NewSplayTree(
  ffi.Pointer<
          ffi.NativeFunction<
              ffi.Int Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Void>)>>
      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 _NewSplayTree(
    arg0,
    arg1,
    arg2,
  );
}