macro_rules! ngx_rbtree_data {
($node:expr, $type:path, $link:ident) => { ... };
}
Expand description
Get a reference to the beginning of a tree element data structure, considering the link field offset in it.
ยงSafety
$node
must be a valid pointer to the field $link
in the struct $type