pub fn track_static_init<T>( var_name: &str, var_id: usize, type_name: &str, is_mutable: bool, value: T, ) -> T