Function ngx_rbtree_sentinel_init

Source
pub unsafe fn ngx_rbtree_sentinel_init(node: *mut ngx_rbtree_node_t)
Expand description

Initializes the sentinel node.

ยงSafety

node must be a valid pointer to a [ngx_rbtree_node_t].