pub fn unintern(s: &str)
Removes a Rust string from the intern cache.
This does the opposite of the intern function.
intern
If the intern function is called again then it will re-intern the string.