I have an static mutable value:
static mut ADDRESS: &\'static str = "";
It is global, not in any function.
And now i hav