Function tdefl_compress_mem_to_heap

fn tdefl_compress_mem_to_heap(psrc_buf: *const c_void, src_buf_len: size_t,
                              pout_len: *size_t, flags: c_int) -> *c_void

Function tinfl_decompress_mem_to_heap

fn tinfl_decompress_mem_to_heap(psrc_buf: *const c_void, src_buf_len: size_t,
                                pout_len: *size_t, flags: c_int) -> *c_void