#pragma once #include <stddef.h> void *tlzma_decode(void *input, size_t *out_u_size, size_t *out_c_size);