pub unsafe extern "C" fn chachapoly_update_aad(
    ctx: *mut chachapoly_context,
    aad: *const c_uchar,
    aad_len: size_t
) -> c_int