When FFI library provides static variable like ```rust #[no_mangle] pub static GLOBAL_COUNTER: usize = 0; ``` it can't be just wrapped, like it's done for functions Should I disable statics support?