pub proof fn lemma_decode_encode_bmp_string(chars: Seq<char>)Expand description
requires
is_valid_bmp_chars(chars),ensuresdecode_bmp_string(encode_bmp_string(chars)) == chars,