sys_slist_peek_next_no_check() function
Peek the next node from current node, node is not NULL Faster then sys_slist_peek_next() if node is known not to be NULL.
Arguments
node
A pointer on the node where to peek the next node
Return value
a pointer on the next node (or NULL if none)