pub unsafe extern "C" fn nettle_eax_update(
    eax: *mut eax_ctx,
    key: *const eax_key,
    cipher: *const c_void,
    f: nettle_cipher_func,
    data_length: usize,
    data: *const u8
)