pub fn os_str_to_bytes<'a, 'tcx>(
    os_str: &'a OsStr
) -> InterpResult<'tcx, &'a [u8]>