pub fn BrotliEncoderCopyInputToRingBuffer<Alloc: BrotliAlloc>(
s: &mut BrotliEncoderStateStruct<Alloc>,
input_size: usize,
input_buffer: &[u8],
)
pub fn BrotliEncoderCopyInputToRingBuffer<Alloc: BrotliAlloc>(
s: &mut BrotliEncoderStateStruct<Alloc>,
input_size: usize,
input_buffer: &[u8],
)