macro_rules! base32hex_nopad_array {
    ($n: tt = $x: tt) => { ... };
}