Function brotli::enc::encode::HasherSetup
source ยท pub fn HasherSetup<Alloc: Allocator<u16> + Allocator<u32>>(
m16: &mut Alloc,
handle: &mut UnionHasher<Alloc>,
params: &mut BrotliEncoderParams,
data: &[u8],
position: usize,
input_size: usize,
is_last: i32,
)