ImFontAtlasCustomRect_destroy function

void ImFontAtlasCustomRect_destroy(
  1. Pointer<ImFontAtlasCustomRect> self
)
void ImFontAtlasCustomRect_destroy(
 ImFontAtlasCustomRect* self
);

Implementation

void ImFontAtlasCustomRect_destroy(Pointer<ImFontAtlasCustomRect> self) =>
    _ImFontAtlasCustomRect_destroy(self);