bronzite_resolve_alias!() { /* proc-macro */ }
Resolve a type alias and get the underlying type as a string literal.
const RESOLVED: &str = bronzite_resolve_alias!("my_crate", "MyAlias"); // Expands to: "actual::Type"