pub fn BrotliEncoderInputBlockSize<Alloc>(
    s: &mut BrotliEncoderStateStruct<Alloc>
) -> usizewhere
    Alloc: BrotliAlloc,