pub fn find_exit_with_callback( from_room: &str, to_room: &str, route_callback: impl Fn(String, String) -> f64) -> Result<Exit, ReturnCode>