macro_rules! zeroed_array_from_prefix {
    ($slice:expr, $size:expr $(,)?) => { ... };
}