igTreeNodeStr function

int igTreeNodeStr(
  1. Pointer<Uint8> label
)
byte igTreeNodeStr(
 byte* label
);

Implementation

int igTreeNodeStr(Pointer<Uint8> label) => _igTreeNodeStr(label);