pub fn BrotliEncoderIsFinished<Alloc>(
    s: &BrotliEncoderStateStruct<Alloc>
) -> i32where
    Alloc: BrotliAlloc,