pub fn extern_spec_str_len(self_: &str) -> usize
extern spec for str::len
str::len
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result@ == self@.to_bytes().len()