Fix OrtApi static_assert violation, add instructions for updating additional API structs. (#27100)
### Description
<!-- Describe your changes. -->
Fix OrtApi 1.24 API size static_assert violation triggered by addition
of new APIs in
https://github.com/microsoft/onnxruntime/commit/f481b17a5b95d6197229cb6167d92ae9f9067170.
Add version update instructions for updating additional API structs.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Fix build on main.
Add info about other API structs to version update instructions.