pub fn bits_to_vec(bits: u64, out_len: u8) -> Vec<u8> ⓘ
Convert bits stream to vector (MSB is Vec[0])