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