pub const CfaRule = union(enum)
pub const CfaRule = union(enum) { none, reg_off: struct { register: u8, offset: i64, }, expression: []const u8, }