pub unsafe extern "C" fn EverCrypt_AEAD_decrypt_expand(
    a: Spec_Agile_AEAD_alg,
    k: *mut u8,
    iv: *mut u8,
    iv_len: u32,
    ad: *mut u8,
    ad_len: u32,
    cipher: *mut u8,
    cipher_len: u32,
    tag: *mut u8,
    dst: *mut u8
) -> EverCrypt_Error_error_code