pub const ST_B_IMM: u8 = _; // 114u8
BPF opcode: stb [dst + off], imm /// (dst + offset) as u8 = imm.
stb [dst + off], imm
(dst + offset) as u8 = imm