async fn cluster_node_events_pending(
__arg0: State<AppState>,
__arg1: Path<(u16, ClusterNodeId)>,
) -> Result<Json<Vec<ClusterNodePendingEvent>>, (StatusCode, String)>async fn cluster_node_events_pending(
__arg0: State<AppState>,
__arg1: Path<(u16, ClusterNodeId)>,
) -> Result<Json<Vec<ClusterNodePendingEvent>>, (StatusCode, String)>