| typedef void(* Ucs_Ns_ResultCb_t)(Ucs_Rm_Node_t *node_ptr, Ucs_Ns_ResultCode_t result, void *ucs_user_ptr) | 
Function signature used for the results of the Scripting Manager.
| node_ptr | Reference to the node instance | 
| result | Result of the scripting operation. | 
| ucs_user_ptr | User reference for API callback functions. |