pub unsafe extern "C" fn BrotliDecoderSetParameter(
    state: *mut BrotliDecoderState,
    param: BrotliDecoderParameter,
    value: u32
) -> BROTLI_BOOL
Expand description

Sets the specified parameter to the given decoder instance.

@param state decoder instance @param param parameter to set @param value new parameter value @returns ::BROTLI_FALSE if parameter is unrecognized, or value is invalid @returns ::BROTLI_TRUE if value is accepted