Function ngx_array_push_n

Source
pub unsafe extern "C" fn ngx_array_push_n(
    a: *mut ngx_array_t,
    n: usize,
) -> *mut c_void