fn writeCallRef(writer: anytype, comptime is_64: bool, value: anytype) !void
writer: anytype,
is_64: bool,
value: if (is_64) u64 else u32,