pub unsafe extern "C" fn aws_huffman_decoder_allow_growth(
    decoder: *mut aws_huffman_decoder,
    allow_growth: bool
)
Expand description

Set whether or not to increase capacity when the output buffer fills up while decoding. This is false by default.