Parse exchange-specific symbols to unified format.
```rust use cryptopair::normalizepair;
fn main() { asserteq!(Some("BTC/USD".tostring()), normalize_pair("XBTH21", "BitMEX")); } ```