igListBoxStr_arr function

int igListBoxStr_arr(
  1. Pointer<Uint8> label,
  2. Pointer<Int32> current_item,
  3. Pointer<Pointer<Uint8>> items,
  4. int items_count,
  5. int height_in_items,
)
byte igListBoxStr_arr(
 byte* label ,
 int* current_item ,
 byte** items ,
 int items_count ,
 int height_in_items
);

Implementation

int igListBoxStr_arr(Pointer<Uint8> label, Pointer<Int32> current_item,
        Pointer<Pointer<Uint8>> items, int items_count, int height_in_items) =>
    _igListBoxStr_arr(label, current_item, items, items_count, height_in_items);