ImGuiTextBuffer_c_str function

Pointer<Uint8> ImGuiTextBuffer_c_str(
  1. Pointer<ImGuiTextBuffer> self
)
byte* ImGuiTextBuffer_c_str(
 ImGuiTextBuffer* self
);

Implementation

Pointer<Uint8> ImGuiTextBuffer_c_str(Pointer<ImGuiTextBuffer> self) =>
    _ImGuiTextBuffer_c_str(self);