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