pub unsafe extern "C" fn BrotliDecoderAttachDictionary(
    state: *mut BrotliDecoderState,
    type_: BrotliSharedDictionaryType,
    data_size: usize,
    data: *const u8
) -> c_int