pub unsafe extern "C" fn aws_huffman_encoder_init(
    encoder: *mut aws_huffman_encoder,
    coder: *mut aws_huffman_symbol_coder
)
Expand description

Initialize a encoder object with a symbol coder.