pub unsafe extern "C" fn BrotliEncoderHasMoreOutput(
state: *mut BrotliEncoderState,
) -> BROTLI_BOOLExpand description
Checks if encoder has more output.
@param state encoder instance @returns ::BROTLI_TRUE, if encoder has some unconsumed output @returns ::BROTLI_FALSE otherwise