PT_REGS_RET
#define PT_REGS_RET(x) (__PT_REGS_CAST(x)->__PT_RET_REG)
#define PT_REGS_RET(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })