Function BrotliEncoderAttachPreparedDictionary

Source
pub unsafe extern "C" fn BrotliEncoderAttachPreparedDictionary(
    state: *mut BrotliEncoderState,
    dictionary: *const BrotliEncoderPreparedDictionary,
) -> c_int