__bpf_aligned
typedef const char *char_ptr_t __bpf_aligned;
typedef const char * const volatile fancy_char_ptr_t __bpf_aligned;
#define __bpf_aligned __attribute__((aligned(8)))