pub fn BrotliEncoderSetCustomDictionaryWithOptionalPrecomputedHasher<Alloc: BrotliAlloc>(
s: &mut BrotliEncoderStateStruct<Alloc>,
size: usize,
dict: &[u8],
opt_hasher: UnionHasher<Alloc>
)
pub fn BrotliEncoderSetCustomDictionaryWithOptionalPrecomputedHasher<Alloc: BrotliAlloc>(
s: &mut BrotliEncoderStateStruct<Alloc>,
size: usize,
dict: &[u8],
opt_hasher: UnionHasher<Alloc>
)