pub fn bytes_to_5bit(bytes: &[u8]) -> Vec<u8> ⓘ
Convert a sequence of 8-bit bytes to a sequence of 5-bit values (padded with zero bits at the end if the bit count is not a multiple of 5).