macro_rules! impl_into {
    ($storage:ident, $array:ty, $name:ident) => { ... };
}