pub fn unregister_encoding_alias(alias: &'static str) -> Option<&'static str>
Unregister alias if it is registerd as an alias for an encoding name. If successfully removed, return the real name.
alias