GetNextValueInSplayTree method
Implementation
ffi.Pointer<ffi.Void> GetNextValueInSplayTree(
ffi.Pointer<SplayTreeInfo> arg0,
) {
return _GetNextValueInSplayTree(
arg0,
);
}
ffi.Pointer<ffi.Void> GetNextValueInSplayTree(
ffi.Pointer<SplayTreeInfo> arg0,
) {
return _GetNextValueInSplayTree(
arg0,
);
}