mdb_ctf_type_lname
extern ssize_t mdb_ctf_type_lname(mdb_ctf_id_t, char *, size_t);
newlen = mdb_ctf_type_lname(id, NULL, 0) + 1;