arc<T>
code: arc.rs
strust Arc<T>{
pointer
counter ++
}
hoge: arc<u32>
fuga = &hoge
arc<>