We're introducing MinimallyEncodedRelativeMemberInfo which will be a field of the soon-to-be-introduced MinimallyEncodedThreadInfo.
We've refactored most of the utils in thread-utils that accepted RawThreadInfo to also accept MinimallyEncodedRawThreadInfo. We will now introduce MinimallyEncodedThreadInfo and update thread-utils and beyond to support it where ThreadInfo is supported today.
Depends on D9842