LCRYPTO_UNUSED
# define LCRYPTO_UNUSED(x) __attribute__((deprecated)) \
# define LCRYPTO_UNUSED(x) typeof(x) x __attribute__((deprecated))
# define LCRYPTO_UNUSED(x)