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