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