ctf_has_c_source
switch (ctf_has_c_source(elf, errmsg, sizeof (errmsg))) {
switch (ctf_has_c_source(elf, errbuf, errlen)) {
extern ctf_hsc_ret_t ctf_has_c_source(Elf *, char *, size_t);