igGetIDStr function

int igGetIDStr(
  1. Pointer<Uint8> str_id
)
uint igGetIDStr(
 byte* str_id
);

Implementation

int igGetIDStr(Pointer<Uint8> str_id) => _igGetIDStr(str_id);