CloneSplayTree method
Pointer<SplayTreeInfo>
CloneSplayTree(
- Pointer<
SplayTreeInfo> arg0, - Pointer<
NativeFunction< arg1,Pointer< >Void> Function(Pointer<Void> )> - Pointer<
NativeFunction< arg2Pointer< >Void> Function(Pointer<Void> )>
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,
);
}