pub fn switch_to_urgent_or_lru_window(
    stm_data: &mut MutexGuard<'_, SwitchToMatchingData>,
    fdata: &FocusData
) -> Result<String, String>