pub unsafe fn ngx_queue_insert_after(q: *mut ngx_queue_t, x: *mut ngx_queue_t)
Inserts a new node after the current.
Both q and x must be valid pointers to [ngx_queue_t]
q
x