ctf_type_qlname
return (ctf_type_qlname(fp, type, buf, len, NULL, NULL));
ssize_t rv = ctf_type_qlname(fp, type, buf, len, NULL, NULL);
ssize_t rv = ctf_type_qlname(fp, type, buf, len, NULL, qname);
ssize_t rv = ctf_type_qlname(fp, type, buf, len, cname, NULL);