type CallSite struct {
ReturnAddr TextAddr// The address immediately after the call instruction StackOffset int32// Calling function's stack usage at time of call}
CallSite represents a position within the text section (machine code) where
a function call is made.