pub unsafe extern "C" fn CBrotliDecoderSetParameter(
    state_ptr: *mut BrotliDecoderState,
    selector: BrotliDecoderParameter,
    value: u32
)