UU_PTR_ENCODE
#define UU_PTR_ENCODE(ptr) BSWAP_64((uintptr_t)(void *)(ptr))
#define UU_PTR_ENCODE(ptr) BSWAP_32((uintptr_t)(void *)(ptr))