1::typedef -c lp32
2::typedef "struct gift { uintptr_t stone[7]; void **white; char owner[]; }" gift_t
3::sizeof gift_t
4::print -at gift_t
5