BASE2PTR
#define BASE2PTR(ptr) ((void *)(((struct heim_base *)ptr) + 1))
#define BASE2PTR(ptr) ((void *)(((struct value_base *)ptr) + 1))