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