fn writeAddr(writer: anytype, value: anytype) !void
writer: anytype,
value: pub fn writeAddrx(writer: anytype, debug_addr_offset: anytype) !void { if (options.call_frame_context) return error.InvalidCFAOpcode; try writer.writeByte(OP.addrx); try leb.writeULEB128(writer, debug_addr_offset); },