pub(crate) const fn is_valid_b64_symbol(byte: u8) -> bool
Must be ascii printable. 127 (DEL) is commonly considered printable for some reason but clearly unsuitable for base64.