pub type RouteOut = fn(msg: Reject, session_id: SessionID) -> Result<(), MessageRejectErrorEnum>;
RouteOut is the callback type for routing Reject messages.
RouteOut
Reject