Function shell_unquote

pub fn shell_unquote(
    quoted_string: impl AsRef<OsStr>,
) -> Result<OsString, Error>