ImGuiTableSortSpecs_destroy function

void ImGuiTableSortSpecs_destroy(
  1. Pointer<ImGuiTableSortSpecs> self
)
void ImGuiTableSortSpecs_destroy(
 ImGuiTableSortSpecs* self
);

Implementation

void ImGuiTableSortSpecs_destroy(Pointer<ImGuiTableSortSpecs> self) =>
    _ImGuiTableSortSpecs_destroy(self);