genie_slist_remove() function
Remove a node This and other sys_slist_*() functions are not thread safe.
Arguments
list
A pointer on the list to affect
prev_node
A pointer on the previous node (can be NULL, which means the node is the list's head)
node
A pointer on the node to remove