REDUCT_API char * reduct_stringify_alloc(reduct_t *reduct, reduct_handle_t handle)
Converts a Reduct handle to its string representation, allocating a new buffer.
REDUCT_API size_t reduct_stringify(reduct_t *reduct, reduct_handle_t handle, char *buffer, size_t size)
Converts a Reduct handle to its string representation.