AddValueToSplayTree method
Implementation
int AddValueToSplayTree(
ffi.Pointer<SplayTreeInfo> arg0,
ffi.Pointer<ffi.Void> arg1,
ffi.Pointer<ffi.Void> arg2,
) {
return _AddValueToSplayTree(
arg0,
arg1,
arg2,
);
}
int AddValueToSplayTree(
ffi.Pointer<SplayTreeInfo> arg0,
ffi.Pointer<ffi.Void> arg1,
ffi.Pointer<ffi.Void> arg2,
) {
return _AddValueToSplayTree(
arg0,
arg1,
arg2,
);
}