[][src]Function nginx::ngx_http_v2_huff_decode

pub unsafe extern "C" fn ngx_http_v2_huff_decode(
    state: *mut u_char,
    src: *mut u_char,
    len: size_t,
    dst: *mut *mut u_char,
    last: ngx_uint_t,
    log: *mut ngx_log_t
) -> ngx_int_t