Unless you can find some information about exactly how the type structure is setup, you will have to do something like:
Global human_pointer:Byte Ptr = Varptr(ryan.age)
That at least works for your Age byte field, but strings are stored differently, if I remember correctly, its not just one byte per character, I think its two bytes for each, but you might have to do a seach on how to deal with that on the blitzmax forum, I am sure someone has asked about that at some point.