| typedef void(* Ucs_Rm_ReportCb_t)(Ucs_Rm_Route_t *route_ptr, Ucs_Rm_RouteInfos_t route_infos, void *user_ptr) | 
Function signature used for the results and reports of the Routing Manager.
| route_ptr | Reference to the route to be looked for | 
| route_infos | Information about the current route id. | 
| user_ptr | User reference provided in Ucs_InitData_t::user_ptr |