During calling of this fucntion what is the purpose of adding parentheses around void here?
  //Declaration
  Std_ReturnType IsoMgr_WriteErrorCode(/*IN*/const IsoMgr_ErrorCode_t ErrorCode);
  //Calling Instance
  (void)IsoMgr_WriteErrorCode(ErrorCode);
 
     
    