pub fn translate_name( (id, name): (u64, &str), lhs_trans: &impl Fn(u64) -> Option<u64>, rhs_trans: &impl Fn(u64) -> Option<u64>, ) -> String