c
   if (some_index >= 0 && some_index < ARRAY_SIZE(mas->data_array)) { ... } 
   