Represents a Rust const declaration built with RustQ.Rust.const/4.
const
RustQ.Rust.const/4
@type t() :: %RustQ.Rust.Const{ attrs: [term()], name: atom() | String.t(), type: term(), value: term(), vis: atom() | String.t() | nil }