pub trait SemanticFunctionIdEx { // Required method fn lowered(&self, db: &dyn LoweringGroup) -> FunctionId; }