Function gcry_cipher_checktag

Source
pub unsafe extern "C" fn gcry_cipher_checktag(
    handle: gcry_cipher_hd_t,
    in_tag: *const c_void,
    taglen: size_t,
) -> gcry_error_t