pub unsafe extern "C" fn BrotliDecoderHasMoreOutput(
state: *const BrotliDecoderState,
) -> BROTLI_BOOLExpand description
Checks if decoder has more output.
@param state decoder instance @returns ::BROTLI_TRUE, if decoder has some unconsumed output @returns ::BROTLI_FALSE otherwise