pub unsafe extern "C" fn BrotliEncoderSetParameter(
    state_ptr: *mut BrotliEncoderState,
    param: BrotliEncoderParameter,
    value: u32
) -> i32