pub unsafe extern "C" fn cipher_check_tag(
    ctx: *mut cipher_context_t,
    tag: *const c_uchar,
    tag_len: size_t
) -> c_int