brotli::ffi::compressor

Function BrotliEncoderSetParameter

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