public abstract byte *ImGuiTextBuffer_end(ImGuiTextBuffer *self);
 public ImGuiTextBufferPtr(ImGuiTextBuffer *nativePtr) => NativePtr = nativePtr;
 public abstract byte *ImGuiTextBuffer_begin(ImGuiTextBuffer *self);
 public abstract void ImGuiTextBuffer_ImGuiTextBuffer(ImGuiTextBuffer *self);
 public abstract int ImGuiTextBuffer_size(ImGuiTextBuffer *self);
 public abstract byte ImGuiTextBuffer_empty(ImGuiTextBuffer *self);
 public abstract void ImGuiTextBuffer_reserve(ImGuiTextBuffer *self, int capacity);
 public abstract byte *ImGuiTextBuffer_c_str(ImGuiTextBuffer *self);
 public abstract void ImGuiTextBuffer_appendf(ImGuiTextBuffer *self, byte *fmt);