BrotliDecoderHasMoreOutput

Function BrotliDecoderHasMoreOutput 

Source
pub unsafe extern "C" fn BrotliDecoderHasMoreOutput(
    state: *const BrotliDecoderState,
) -> BROTLI_BOOL
Expand description

Checks if decoder has more output.

@param state decoder instance @returns ::BROTLI_TRUE, if decoder has some unconsumed output @returns ::BROTLI_FALSE otherwise