pub trait StaticCodegenMethods: BackendTypes {
    // Required methods
    fn static_addr_of(
        &self,
        cv: Self::Value,
        align: Align,
        kind: Option<&str>,
    ) -> Self::Value;
    fn codegen_static(&mut self, def_id: DefId);
}