pub unsafe extern "C" fn aws_huffman_decoder_init(
decoder: *mut aws_huffman_decoder,
coder: *mut aws_huffman_symbol_coder
)
Expand description
Initialize a decoder object with a symbol coder.
pub unsafe extern "C" fn aws_huffman_decoder_init(
decoder: *mut aws_huffman_decoder,
coder: *mut aws_huffman_symbol_coder
)
Initialize a decoder object with a symbol coder.