pub fn str_base64_to64bytes( base64_data: &str, ) -> Result<[u8; 64], BaseConversionError>
Create an array of 64 bytes from a Base64 string.