pub unsafe extern "C" fn lysp_node_actions(
node: *const lysp_node,
) -> *const lysp_node_actionExpand description
@brief Get the actions/RPCs linked list of the given (parsed) schema node. Decides the node’s type and in case it has a actions/RPCs array, returns it. @param[in] node Node to examine. @return The node’s actions/RPCs linked list if any, NULL otherwise.