pub unsafe fn nettle_ocb_update(
    _ctx: *mut ocb_ctx,
    _key: *const ocb_key,
    _cipher: *const c_void,
    _f: nettle_cipher_func,
    _length: usize,
    _data: *const u8
)