ALIGNED_POINTER
#define ALIGNED_POINTER(p,t) 1
#define ALIGNED_POINTER(p,t) ((((uintptr_t)(p)) & (__alignof(t) - 1)) == 0)