pub proof fn lemma_encode_decode_bmp_string(bytes: Seq<u8>)Expand description
requires
is_valid_bmp_string(bytes),ensuresencode_bmp_string(decode_bmp_string(bytes)) == bytes,