Maybe
Code:
  for (int i = 0; i < resp->count;  i++)
    {
     // How to pass resp->info_entry here to the function func( ) & increment pointer?
      func( &resp->info_entry[i] );  
    }