pub unsafe fn ngx_queue_insert_before(q: *mut ngx_queue_s, x: *mut ngx_queue_s)
Inserts a new node before the current.
Both q and x must be valid pointers to ngx_queue_t.
q
x