DestroySplayTree method
Implementation
ffi.Pointer<SplayTreeInfo> DestroySplayTree(
ffi.Pointer<SplayTreeInfo> arg0,
) {
return _DestroySplayTree(
arg0,
);
}
ffi.Pointer<SplayTreeInfo> DestroySplayTree(
ffi.Pointer<SplayTreeInfo> arg0,
) {
return _DestroySplayTree(
arg0,
);
}