pub unsafe extern "C" fn nettle_eax_decrypt(
    eax: *mut eax_ctx,
    key: *const eax_key,
    cipher: *const c_void,
    f: nettle_cipher_func,
    length: usize,
    dst: *mut u8,
    src: *const u8
)