pub unsafe extern "C" fn nghttp2_hd_inflate_new(
    inflater_ptr: *mut *mut nghttp2_hd_inflater
) -> c_int
Expand description

@function

Initializes |*inflater_ptr| for inflating name/values pairs.

If this function fails, |*inflater_ptr| is left untouched.

This function returns 0 if it succeeds, or one of the following negative error codes:

:enum:NGHTTP2_ERR_NOMEM Out of memory.