pub fn osstr_to_str_i<'a>(val: &[&'a OsStr], i: usize) -> Option<Cow<'a, str>>
Convert a OsStr to Cow<'_, str>.
OsStr
Cow<'_, str>