pub fn convert_vec_str_to_langids_lossy<'a, I, J>(
    input: I
) -> Vec<LanguageIdentifier>
where I: IntoIterator<Item = J>, J: AsRef<[u8]> + 'a,