pub type RealIPFunc = Rc<dyn Fn(&ServiceRequest) -> SocketAddr>;
struct RealIPFunc { /* private fields */ }