pub const SUB32_IMM: u8 = BPF_ALU | BPF_K | BPF_SUB; // 0x14u8
BPF opcode: sub32 dst, imm /// dst -= imm.
sub32 dst, imm
dst -= imm