db_ctf_typename_to_type
return (db_ctf_typename_to_type(lc, typename) != NULL);
return (db_ctf_typename_to_type(&sd->lc, typename));
struct ctf_type_v3 *db_ctf_typename_to_type(linker_ctf_t *lc, const char *name);