fn base64_len_wrapped( base64_len: usize, line_width: usize, line_ending: LineEnding, ) -> Result<usize>
Compute Base64 length line-wrapped at the specified width with the given line ending.