Field of struct being *const, what is the meaning of *const

this field is mutable pointer (every field of a struct is mutable in Zig, right?) to immutable data,
i’ve just written this ramblings ~47 minutes ago lol