Macro deref_twice

Source
macro_rules! deref_twice {
    ($e:expr) => { ... };
}