Replace app-related typedefs with struct types

This rewrite was mostly automatic:
sed -r -i 's/\b(trusty_app)_t\b/struct \1/g'
sed -r -i 's/\b(trusty_app_notifier)_t\b/struct \1/g'
sed -r -i 's/\b(trusty_app_props)_t\b/struct \1/g'
sed -r -i 's/\b(uctx)_t\b/struct \1/g'

Bug: 144593477
Change-Id: I25a140aa2dd31494b7c10cc0a7a801b4f956b6a4
6 files changed