ctf_convert_handle
struct ctf_convert_handle *cch;
cch = ctf_alloc(sizeof (struct ctf_convert_handle));
ctf_free(cch, sizeof (struct ctf_convert_handle));
struct ctf_convert_handle;
typedef struct ctf_convert_handle ctf_convert_t;