pub const BPF_ALIGN_OF_U128: usize = 8;
assert_eq(std::mem::align_of::<u128>(), 8) is true for BPF but not for some host machines
assert_eq(std::mem::align_of::<u128>(), 8)