pub fn parse_algorithm_overrides( raw: &[String], ) -> Result<Vec<(String, Vec<String>)>, String>
Parse --algorithms iface:a1;a2,iface:b1 into an ordered list of (interface, [algorithm, ...]) pairs.
--algorithms iface:a1;a2,iface:b1
(interface, [algorithm, ...])